aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-20 16:33:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-20 16:33:26 +0000
commit8f2e8231852f454b5903cf886be55e9f647cdd76 (patch)
treee3904893458fcbfc2c453f0b2d3538fbfd2ffe21
parentf2be0b528823b9e79265cb0110f964fb269c5247 (diff)
parent6cf8ca6b4dcb1a77f527cc0c45a886a053f7c2d5 (diff)
downloadtestng-8f2e8231852f454b5903cf886be55e9f647cdd76.tar.gz
am: 6cf8ca6b4d Change-Id: Ic820103c7a4f8f8136fea65fa9f99f0618277d1e
-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.