summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:25 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:25 -0800
commitdb1d2ce3809f0a4ed1d403fe00121fd71f336cb0 (patch)
tree8bd1d09739f217eeaafab80a096ff9bc06d8c567 /Android.mk
parent6859d6793babbcc521d839e970b9e7fe3acc4100 (diff)
downloadandroid_packages_apps_PackageInstaller-db1d2ce3809f0a4ed1d403fe00121fd71f336cb0.tar.gz
android_packages_apps_PackageInstaller-db1d2ce3809f0a4ed1d403fe00121fd71f336cb0.tar.bz2
android_packages_apps_PackageInstaller-db1d2ce3809f0a4ed1d403fe00121fd71f336cb0.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: I5a7498a7b5e326ca119a17034457d7ff639e15ea
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 65315e31..722fda76 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)