summaryrefslogtreecommitdiffstats
path: root/Android.mk
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
commit42266cd7d42083b9422f4e7179e49ed7085da268 (patch)
treeac7f84afff623f621de91bec2f964bc9e4c97bff /Android.mk
parentfa05250d11c623edef8881649bceefadd2248632 (diff)
downloadandroid_packages_providers_TelephonyProvider-42266cd7d42083b9422f4e7179e49ed7085da268.tar.gz
android_packages_providers_TelephonyProvider-42266cd7d42083b9422f4e7179e49ed7085da268.tar.bz2
android_packages_providers_TelephonyProvider-42266cd7d42083b9422f4e7179e49ed7085da268.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: I7343f7e19dee449f72f932d54497e633182572ce
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 97439a2..e9fbaf1 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)