Merge "Use junit-host instead of junit"
This commit is contained in:
@@ -23,7 +23,7 @@ LOCAL_JAVA_RESOURCE_DIRS := data mock_data
|
|||||||
LOCAL_MODULE := layoutlib-create-tests
|
LOCAL_MODULE := layoutlib-create-tests
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
LOCAL_JAVA_LIBRARIES := layoutlib_create junit
|
LOCAL_JAVA_LIBRARIES := layoutlib_create junit-host
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := asm-5.0
|
LOCAL_STATIC_JAVA_LIBRARIES := asm-5.0
|
||||||
|
|
||||||
include $(BUILD_HOST_JAVA_LIBRARY)
|
include $(BUILD_HOST_JAVA_LIBRARY)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ LOCAL_STATIC_JAVA_LIBRARIES += perflib-prebuilt trove-prebuilt guavalib
|
|||||||
|
|
||||||
# For JDWP access we use the framework in the JDWP tests from Apache Harmony, for
|
# For JDWP access we use the framework in the JDWP tests from Apache Harmony, for
|
||||||
# convenience (and to not depend on internal JDK APIs).
|
# convenience (and to not depend on internal JDK APIs).
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES += apache-harmony-jdwp-tests-host junit
|
LOCAL_STATIC_JAVA_LIBRARIES += apache-harmony-jdwp-tests-host junit-host
|
||||||
|
|
||||||
LOCAL_MODULE:= preload2
|
LOCAL_MODULE:= preload2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user