aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:34 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:34 -0800
commit3ed4ae613b89ab29ac8c801e30a98ffc7c6007e1 (patch)
tree11849709456decba14c76cf274e4dcc72cab5784
parentbf9684b4ff4fae600e3a199cf284b70e6a5c2bc0 (diff)
downloadsample-3ed4ae613b89ab29ac8c801e30a98ffc7c6007e1.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: I989f340126de8f31ff72c7ae8318090bcdbe8001
-rw-r--r--apps/client/Android.mk2
-rw-r--r--apps/upgrade/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/client/Android.mk b/apps/client/Android.mk
index ac4058a..4ca5d76 100644
--- a/apps/client/Android.mk
+++ b/apps/client/Android.mk
@@ -20,7 +20,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := user
+LOCAL_MODULE_TAGS := optional
# This is the target being built.
LOCAL_PACKAGE_NAME := PlatformLibraryClient
diff --git a/apps/upgrade/Android.mk b/apps/upgrade/Android.mk
index 8217ca3..7aa2d7b 100644
--- a/apps/upgrade/Android.mk
+++ b/apps/upgrade/Android.mk
@@ -17,7 +17,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := user
+LOCAL_MODULE_TAGS := optional
# This is the target being built.
LOCAL_PACKAGE_NAME := UpgradeExample