summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-11-25 19:04:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-11-25 19:04:35 +0000
commitdb97129042e7baaab6eda49138d9328f1217aaca (patch)
tree8cb72d0634302fbf357287cd2a39405188286f3b
parenta396af51a908946a58d2b324cfe4a832cfff01cf (diff)
parentfbcd514713bc2eaf6cd192fcd6ec47b21263ac0f (diff)
downloadandroid_external_apache-http-db97129042e7baaab6eda49138d9328f1217aaca.tar.gz
android_external_apache-http-db97129042e7baaab6eda49138d9328f1217aaca.tar.bz2
android_external_apache-http-db97129042e7baaab6eda49138d9328f1217aaca.zip
Merge "Remove use of LOCAL_BUILD_HOST_DEX"
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 0a676cb..25f5027 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,6 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_MODULE := apachehttp-hostdex
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under,src)
- LOCAL_BUILD_HOST_DEX := true
LOCAL_MODULE_TAGS := optional
- include $(BUILD_HOST_JAVA_LIBRARY)
+ include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
endif