Revert "Default host module tag to optional."

This reverts commit 528362f074.
This commit is contained in:
Jean-Baptiste Queru 2010-09-14 13:25:42 -07:00
parent 6e8b268dec
commit 32afccc732
1 changed files with 1 additions and 4 deletions

View 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