OSDN Git Service

Revert "Default host module tag to optional."
authorJean-Baptiste Queru <jbq@google.com>
Tue, 14 Sep 2010 20:27:12 +0000 (13:27 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 14 Sep 2010 20:27:12 +0000 (13:27 -0700)
This reverts commit 528362f07460cfee42190e68ee2ffde4f08f0af4.

core/base_rules.mk

index 19206e8..04270f0 100644 (file)
@@ -57,12 +57,9 @@ endif
 
 LOCAL_MODULE_TAGS := $(sort $(LOCAL_MODULE_TAGS))
 ifeq (,$(LOCAL_MODULE_TAGS))
-ifeq (,$(LOCAL_IS_HOST_MODULE))
 # Modules without tags fall back to user (which is changed to user eng below)
 LOCAL_MODULE_TAGS := user
-else
-LOCAL_MODULE_TAGS := optional
-endif
+#$(warning default tags: $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))))
 endif
 
 # Only the tags mentioned in this test are expected to be set by module