summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:22 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:22 -0800
commit319ac90decf180736e8ab73933e611b4c7d4d1ba (patch)
tree27a3a404d9105897432978e09f25b6bfdcd8a555
parent73d9e57885f31afc33cd54c4cea60864cea56bc6 (diff)
downloadandroid_packages_apps_CertInstaller-319ac90decf180736e8ab73933e611b4c7d4d1ba.tar.gz
android_packages_apps_CertInstaller-319ac90decf180736e8ab73933e611b4c7d4d1ba.tar.bz2
android_packages_apps_CertInstaller-319ac90decf180736e8ab73933e611b4c7d4d1ba.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: I88c7015ed7f9facb5e17a6d0e1a26b65f42765bb
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9223911..9868fbe 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)