summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-14 13:50:21 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-14 13:50:21 -0700
commit0ccea25f543c1cae4ebf0962c1714f317979c1a7 (patch)
treeeb601880f16c6fa9007b3eaffcd56bfea8e64943 /Android.mk
parent8436e1610cc0f5d2821b0235523be105f4f5e7e3 (diff)
downloadandroid_external_bouncycastle-0ccea25f543c1cae4ebf0962c1714f317979c1a7.tar.gz
android_external_bouncycastle-0ccea25f543c1cae4ebf0962c1714f317979c1a7.tar.bz2
android_external_bouncycastle-0ccea25f543c1cae4ebf0962c1714f317979c1a7.zip
make new module optional
Change-Id: Ibfc53be9b453db9dbde222e1aa1a431af06f95f0
Diffstat (limited to 'Android.mk')
-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