summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gldual
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-05 16:27:19 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-06 08:53:44 -0800
commit837edec5e39e4c914b56bd74f7cdf31ab5bc5843 (patch)
tree13a6e302373f8d116f78f2cdbd68f2780d02ba60 /opengl/tests/gldual
parent4b059669c0e4a1ab04f4d9b03e93bc21685d4ff7 (diff)
downloadframeworks_native-837edec5e39e4c914b56bd74f7cdf31ab5bc5843.zip
frameworks_native-837edec5e39e4c914b56bd74f7cdf31ab5bc5843.tar.gz
frameworks_native-837edec5e39e4c914b56bd74f7cdf31ab5bc5843.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: I7c5feba1c7d07f915b97dd098584f29938a4c885
Diffstat (limited to 'opengl/tests/gldual')
-rw-r--r--opengl/tests/gldual/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gldual/Android.mk b/opengl/tests/gldual/Android.mk
index e73c249..995a5d7 100644
--- a/opengl/tests/gldual/Android.mk
+++ b/opengl/tests/gldual/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)