Some recent changes in external/mockwebser, a rename of their module has broken the build:
commit 33cba0d1154f31a26682a60c7a02ca51e1d39558 Author: Brian Carlstrom <[email protected]> Date: Thu Jan 17 16:18:58 2013 -0800 Rename mockwebserver-hostdex to mockwebserver-host Change-Id: I0853a728ca8ff8a5ca43f15fc83656304bc822a1 make: * No rule to make target `out/host/common/obj/JAVA_LIBRARIES/mockwebserver-hostdex_intermediates/javalib.jar', needed by `out/host/common/obj/JAVA_LIBRARIES/core-tests-hostdex_intermediates/classes-full-debug.jar'. Stop. I did a clean build (rm -rf out or make clobber) and problem exists. I searched all the Android.mk's looking for a reference too mockwebserver-hostdex, and could not find any. I also tried repo forall -c 'git clean -fd' (be very careful with that!) Others are reporting this: https://groups.google.com/forum/?fromgroups=#!topic/android-building/o8Qg4CVrN70 -- Respectfully, William C Roberts -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to [email protected] with the words "unsubscribe seandroid-list" without quotes as the message.
