summaryrefslogtreecommitdiffstats
path: root/pico
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
commit3dca818415866afc7dccc8c95228c4d46845b99a (patch)
tree47a820c98d86809c32b7dde7191b6aaa1b8a8788 /pico
parent32138f3b144546e23deb93294977c4656a6b6f10 (diff)
downloadexternal_svox-3dca818415866afc7dccc8c95228c4d46845b99a.zip
external_svox-3dca818415866afc7dccc8c95228c4d46845b99a.tar.gz
external_svox-3dca818415866afc7dccc8c95228c4d46845b99a.tar.bz2
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: Idb2afba98635dd41092cad0eb7432516b048bf67
Diffstat (limited to 'pico')
-rwxr-xr-xpico/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/Android.mk b/pico/Android.mk
index 1dd1b60..4ce7d7f 100755
--- a/pico/Android.mk
+++ b/pico/Android.mk
@@ -10,7 +10,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)