forked from openkylin/platform_build
Merge "build: print module that has unhandled install path"
This commit is contained in:
commit
2c0260abc7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue