build: print module that has unhandled install path

Print the name of the module that is providing an unhandled install
path.

Change-Id: I0e8b02f01de1dde715f0985034ad943f793218ba

Conflicts:
	core/base_rules.mk
This commit is contained in:
Colin Cross 2014-01-22 17:34:28 -08:00 committed by Ying Wang
parent 125ddab1fb
commit b34911cadf
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ ifeq ($(my_module_path),)
install_path_var := $(install_path_var)_PRIVILEGED
endif
my_module_path := $($(install_path_var))
my_module_path := $($(install_path_var))
ifeq ($(strip $(my_module_path)),)
$(error $(LOCAL_PATH): unhandled install path "$(install_path_var) for $(LOCAL_MODULE)")
endif