Don't fail the build for dangling module names.

Change-Id: I939253552e7ca6a672f662ae6be3eac41f5bab41
This commit is contained in:
Ying Wang
2014-07-30 10:20:56 -07:00
parent bb164eb640
commit 495630f653

View File

@@ -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)),,\