aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-11-25 19:04:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-11-25 19:04:56 +0000
commit0aa9946b5d271ca10d973d5a086f3640b29b5872 (patch)
tree42549b319f0340a254bbe94566cd88435ca91feb
parent69985f92e2ce80184915655cd0d3dfea78a39900 (diff)
parenta01961f4f36597894a2b712bc2916ea8d9cdef50 (diff)
downloadhamcrest-0aa9946b5d271ca10d973d5a086f3640b29b5872.tar.gz
Merge "Remove LOCAL_BUILD_HOST_DEX."idea133-weekly-releaseidea133
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index fcd1a95..bd2ea37 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,8 +31,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE := hamcrest-hostdex
LOCAL_MODULE_TAGS := optional
-LOCAL_BUILD_HOST_DEX := true
-include $(BUILD_HOST_JAVA_LIBRARY)
+include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
endif