aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-19 14:13:55 -0800
committerColin Cross <ccross@android.com>2017-01-19 14:21:47 -0800
commit5f4b54dbf0565f9be9aadd175280b9429d25369a (patch)
treee3904893458fcbfc2c453f0b2d3538fbfd2ffe21
parent1f7c52f3ddcd692736f0e4d15a6a3d50a343a705 (diff)
downloadtestng-5f4b54dbf0565f9be9aadd175280b9429d25369a.tar.gz
Use BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY for testng-hostdexandroid-o-preview-1android-n-mr2-preview-2o-preview
BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY must be used for libraries that will be linked with LOCAL_STATIC_JAVA_LIBRARIES. Test: m -j java Change-Id: I6f99b8ef2a534a452ecbd74c88ef1bead814654f
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8acd934c..0b18629a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -91,6 +91,6 @@ LOCAL_MODULE := testng-hostdex
LOCAL_STATIC_JAVA_LIBRARIES := jcommander-hostdex snakeyaml-hostdex guice-hostdex
LOCAL_JAVA_LIBRARIES := junit-hostdex
include $(LOCAL_PATH)/GenerateTemplates.mk # Generate Version.java
-include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
+include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)
# TODO: also add the tests once we have testng working.