summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 11:09:54 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 11:09:54 -0800
commit035056c6320b8bb8f8d06cf75730353922ec8e81 (patch)
tree2e25ac50e49ad781d5ea599cbbf4a5c7babb511b
parent6897efdd042429ce8f4c347b08f943601c78bb8d (diff)
downloadPinyinIME-035056c6320b8bb8f8d06cf75730353922ec8e81.tar.gz
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 64224ae..99ad14d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,6 +2,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_MODULE_TAGS := optional
+
LOCAL_SRC_FILES := \
$(call all-subdir-java-files)