summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:21 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:21 -0800
commit25cd65e6c975be160542fd6fb7ff0d867e3a6964 (patch)
tree80d6bf06991796cbe9676616a4910b0bfa3b9453 /Android.mk
parentf143b0165d54c8be505ed4e7ff937b1fb4d6b77c (diff)
downloadandroid_packages_apps_Calendar-25cd65e6c975be160542fd6fb7ff0d867e3a6964.tar.gz
android_packages_apps_Calendar-25cd65e6c975be160542fd6fb7ff0d867e3a6964.tar.bz2
android_packages_apps_Calendar-25cd65e6c975be160542fd6fb7ff0d867e3a6964.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: Ib451a7256deadcb4fc2847b7c79450aacca190ae
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 68ea41f2..fb354a56 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)