summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:23 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:23 -0800
commitac6005389e9cae78086ee2360bfeeececa48d827 (patch)
tree71633dcf10aa636cbe1af97cdc3ca291bd4eb704 /Android.mk
parent382120a707eaa29accf5336bf6ff070145f5d298 (diff)
downloadpackages_apps_Contacts-ac6005389e9cae78086ee2360bfeeececa48d827.tar.gz
packages_apps_Contacts-ac6005389e9cae78086ee2360bfeeececa48d827.tar.bz2
packages_apps_Contacts-ac6005389e9cae78086ee2360bfeeececa48d827.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: I2036ce323dab30d3325bed7385af4e3032c0b13e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 804072e2a..0f0aa2a21 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-java-files-under, src)