summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 287eb3c..0108cb0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -73,5 +73,6 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_JAVA_LIBRARIES := core-hostdex
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_BUILD_HOST_DEX := true
+ LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_JAVA_LIBRARY)
endif