aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:17 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:17 -0800
commit814b257647a70667c08aa21d5029d952d9911823 (patch)
treef823e6481cccfd8d2cce3d10b56006db2a1e9973
parenta1e370b875de0bcea038c0e663a05d123e532210 (diff)
downloadquake-814b257647a70667c08aa21d5029d952d9911823.tar.gz
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: Iee9c5506b89fcb4375291cf0a6236b705f579dce
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 979bdce..0b9a9d6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,7 @@ TOP_LOCAL_PATH:= $(call my-dir)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := user
+LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-subdir-java-files)