Merge "Silence module path warnings for a while"
This commit is contained in:
@@ -299,10 +299,12 @@ else
|
|||||||
# paths.
|
# paths.
|
||||||
ifeq ($(my_module_is_soong),false)
|
ifeq ($(my_module_is_soong),false)
|
||||||
ifneq ($(my_module_path),$(my_module_default_path))
|
ifneq ($(my_module_path),$(my_module_default_path))
|
||||||
|
ifeq ($(SHOW_MODULE_PATH_WARNINGS),true)
|
||||||
# TODO(b/35020635): s/warning/error/
|
# TODO(b/35020635): s/warning/error/
|
||||||
$(call pretty-warning,$(lib_type) library must be installed to \
|
$(call pretty-warning,$(lib_type) library must be installed to \
|
||||||
$(subst $(PRODUCT_OUT)/,,$(my_module_default_path)) but requested to be installed at \
|
$(subst $(PRODUCT_OUT)/,,$(my_module_default_path)) but requested to be installed at \
|
||||||
$(subst $(PRODUCT_OUT)/,,$(my_module_path)). Please fix.)
|
$(subst $(PRODUCT_OUT)/,,$(my_module_path)). Please fix.)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
# For Soong-defined module, symlink is provided if the path has been amended
|
# For Soong-defined module, symlink is provided if the path has been amended
|
||||||
|
Reference in New Issue
Block a user