summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:29 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:29 -0800
commit8806a907a3078865e08a021501863285758c4385 (patch)
treeed2db0fd21ec4961b5e11ad4fa69f9693d22973b
parent3f03587b8a3971909ece6827c1ff11a9f14d61ed (diff)
downloadandroid_packages_providers_UserDictionaryProvider-8806a907a3078865e08a021501863285758c4385.tar.gz
android_packages_providers_UserDictionaryProvider-8806a907a3078865e08a021501863285758c4385.tar.bz2
android_packages_providers_UserDictionaryProvider-8806a907a3078865e08a021501863285758c4385.zip
Do not use a user tag on apps, as it is ignored.
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I41db72bfa6a3cd9585f30330403646515d234869
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 550847d..967fff9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,7 +1,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := user
+LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-subdir-java-files)