OSDN Git Service

Do not use a user tag on apps, as it is ignored.
authorJean-Baptiste Queru <jbq@google.com>
Wed, 6 Jan 2010 00:27:19 +0000 (16:27 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Wed, 6 Jan 2010 16:53:44 +0000 (08:53 -0800)
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

opengl/tests/gl2_jni/Android.mk
opengl/tests/gl_jni/Android.mk
opengl/tests/gldual/Android.mk

index 81247df..384966c 100644 (file)
@@ -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)
 
index 4029fa1..f1bd31d 100644 (file)
@@ -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)
 
index e73c249..995a5d7 100644 (file)
@@ -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)