Make the error message for usless tags a little more helpful

Change-Id: I1c6edd260280d5bab03b0d4c1e49f1bbecfd1a53
diff --git a/core/base_rules.mk b/core/base_rules.mk
index f10e224..7c8c8946 100644
--- a/core/base_rules.mk
+++ b/core/base_rules.mk
@@ -513,7 +513,7 @@
     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