summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 11:09:51 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 11:09:51 -0800
commit899c6b0b4d9c7447fc9b3f8dedb05980e266de1b (patch)
treea99edc5dd9f456ef2986f4c86d458a7d229e649d
parent053f25cfa063dda5ee1c096df8e0a0c7248e88a4 (diff)
downloadandroid_packages_apps_ExactCalculator-899c6b0b4d9c7447fc9b3f8dedb05980e266de1b.tar.gz
android_packages_apps_ExactCalculator-899c6b0b4d9c7447fc9b3f8dedb05980e266de1b.tar.bz2
android_packages_apps_ExactCalculator-899c6b0b4d9c7447fc9b3f8dedb05980e266de1b.zip
explicit set an "optional" tag
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 33f25da..c2e322e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,6 +17,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_MODULE_TAGS := optional
+
LOCAL_STATIC_JAVA_LIBRARIES := libarity
LOCAL_SRC_FILES := $(call all-java-files-under, src)