From: Jean-Baptiste Queru Date: Tue, 14 Sep 2010 20:27:12 +0000 (-0700) Subject: Revert "Default host module tag to optional." X-Git-Tag: android-x86-4.4-r1~2177^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=423c15c25b5a5934a4cd9c0147b81dd8c173a6aa;p=android-x86%2Fbuild.git Revert "Default host module tag to optional." This reverts commit 528362f07460cfee42190e68ee2ffde4f08f0af4. --- diff --git a/core/base_rules.mk b/core/base_rules.mk index 19206e858..04270f031 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -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