From 3d48122b18398e16af61fd4bf4796991a09d54c3 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 30 Jul 2012 11:17:28 -0700 Subject: [PATCH] Make the error message for usless tags a little more helpful Change-Id: I1c6edd260280d5bab03b0d4c1e49f1bbecfd1a53 --- core/base_rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base_rules.mk b/core/base_rules.mk index f10e2240cf..7c8c89467b 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -513,7 +513,7 @@ ifeq ($(LOCAL_IS_HOST_MODULE),true) ALL_HOST_INSTALLED_FILES += $(LOCAL_INSTALLED_MODULE) endif ifneq ($(filter debug eng tests, $(LOCAL_MODULE_TAGS)),) - $(error $(LOCAL_MODULE_MAKEFILE): Module "$(LOCAL_MODULE)" has useless module tags: $(filter debug eng tests, $(LOCAL_MODULE_TAGS)). It will be installed anyway.) + $(error $(LOCAL_MODULE_MAKEFILE): Host module "$(LOCAL_MODULE)" has useless module tags: $(filter debug eng tests, $(LOCAL_MODULE_TAGS)). It will be installed anyway.) endif endif