diff --git a/core/base_rules.mk b/core/base_rules.mk index 7927760e5..8d230fb58 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -75,7 +75,7 @@ endif # Only the tags mentioned in this test are expected to be set by module # makefiles. Anything else is either a typo or a source of unexpected # behaviors. -ifneq ($(filter-out debug eng tests optional samples shell_mksh,$(LOCAL_MODULE_TAGS)),) +ifneq ($(filter-out debug eng tests optional samples,$(LOCAL_MODULE_TAGS)),) $(warning unusual tags $(LOCAL_MODULE_TAGS) on $(LOCAL_MODULE) at $(LOCAL_PATH)) endif diff --git a/core/build-system.html b/core/build-system.html index 760589a0f..397eef4c0 100644 --- a/core/build-system.html +++ b/core/build-system.html @@ -247,7 +247,6 @@ for these). for eng.