From b34911cadf743ade7d0c75902ad4cc529d752ea5 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 22 Jan 2014 17:34:28 -0800 Subject: [PATCH] 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 --- 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 260e8369d..29c6c7fe9 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -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