Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a28a644 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Silence module path warnings for a while" am: d5c3d136

am: 42fc6363

Change-Id: Ic02414fe5f179ea2fa891416635b5b5ff36e84c8
parents 561e101e 42fc6363
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -299,11 +299,13 @@ else
    # paths.
    ifeq ($(my_module_is_soong),false)
      ifneq ($(my_module_path),$(my_module_default_path))
        ifeq ($(SHOW_MODULE_PATH_WARNINGS),true)
        # TODO(b/35020635): s/warning/error/
        $(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_path)). Please fix.)
        endif
      endif
    else
      # For Soong-defined module, symlink is provided if the path has been amended
      # ...except for vndk-ext libraries because there already is a symlink for the