summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:20 -0800
commit36cb6d35a0d1f74f50cb81780c9a83b349bb3021 (patch)
tree5f10dca8646f0dc5faaca0606ccd65e7da4b9c8c /Android.mk
parentc6f1bacf1d4c39d7efd5dc98004d936c18ed51f1 (diff)
downloadandroid_packages_apps_Bluetooth-36cb6d35a0d1f74f50cb81780c9a83b349bb3021.tar.gz
android_packages_apps_Bluetooth-36cb6d35a0d1f74f50cb81780c9a83b349bb3021.tar.bz2
android_packages_apps_Bluetooth-36cb6d35a0d1f74f50cb81780c9a83b349bb3021.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: I98697136596fd1dafd8d21c944cb258b4b7949e8
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 e3959d6fa..0a816291f 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)