From 32afccc732a6d7c631d2ba4d8a818fcbe2162903 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 14 Sep 2010 13:25:42 -0700 Subject: [PATCH] Revert "Default host module tag to optional." This reverts commit 528362f07460cfee42190e68ee2ffde4f08f0af4. --- core/base_rules.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/base_rules.mk b/core/base_rules.mk index 246a1ef65..7e277ec81 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 -- 2.11.0