Change hosttestlib to use ddm-prebuilt.

Change-Id: I9124f34e6ba5559afc9a4bf9b5c70690385db11a
This commit is contained in:
Brett Chabot
2010-07-27 17:57:38 -07:00
parent 97903767d3
commit fb0b7c06a7
2 changed files with 3 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE := hosttestlib
LOCAL_JAVA_LIBRARIES := ddmlib junit
LOCAL_JAVA_LIBRARIES := ddmlib-prebuilt junit
include $(BUILD_HOST_JAVA_LIBRARY)