am 74005c3c: am 528362f0: Default host module tag to optional.

Merge commit '74005c3c2df04e035000426909a060f6149fd1d6'

* commit '74005c3c2df04e035000426909a060f6149fd1d6':
  Default host module tag to optional.
This commit is contained in:
Ying Wang 2010-09-13 17:24:04 -07:00 committed by Android Git Automerger
commit 744e646032

View file

@ -57,9 +57,12 @@ 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
#$(warning default tags: $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))))
else
LOCAL_MODULE_TAGS := optional
endif
endif
# Only the tags mentioned in this test are expected to be set by module