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

Commit eac74b24 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 717bc3a3: Merge "Don\'t fail the build for dangling module names."

* commit '717bc3a3':
  Don't fail the build for dangling module names.
parents 9bee9d7d 717bc3a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -769,7 +769,7 @@ ifdef is_sdk_build
    $(if $(strip $(ALL_MODULES.$(m).INSTALLED) $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).INSTALLED)),,\
      $(eval dangling_modules += $(m))))
  ifneq ($(dangling_modules),)
    $(error Module names '$(dangling_modules)' in PRODUCT_PACKAGES has nothing to install!)
    $(warning Module names '$(dangling_modules)' in PRODUCT_PACKAGES has nothing to install!)
  endif
  $(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG), \
    $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\