aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-20 16:37:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-20 16:37:20 +0000
commite96bde14da4a9f7265cc303707543f41f95d965e (patch)
tree2e9b45b776630be773ca32da0997ea27d787653b
parent9e6e31e52aa9cb4ccd2f6fa5e50cc8a1725d9592 (diff)
parent83b9cd93361f0d6d39e04cd3c1ba1475edbac673 (diff)
downloadjunit-e96bde14da4a9f7265cc303707543f41f95d965e.tar.gz
Merge "Use BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY for junit-hostdex" am: 9dd4dbb077 am: 2933ae2128 am: c1600bcfba
am: 83b9cd9336 Change-Id: I70e474d9a96a7ac0a8d0d7e221b60c003414d624
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b9171db..10f826a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,7 +50,7 @@ LOCAL_MODULE := junit-hostdex
LOCAL_MODULE_TAGS := tests
LOCAL_STATIC_JAVA_LIBRARIES := hamcrest-hostdex
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
+include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)
endif # HOST_OS == linux
#-------------------------------------------------------