Merge "build: print module that has unhandled install path"

This commit is contained in:
Ying Wang 2014-01-24 21:45:49 +00:00 committed by Gerrit Code Review
commit 2c0260abc7
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