Another error to warning

Change-Id: Ifbad63e3eb37d087d88a39e102b4239f305d0ee3
This commit is contained in:
Joe Onorato 2012-08-17 01:12:27 -07:00
parent 7c945d2499
commit 0ee86a7429

View file

@ -659,7 +659,7 @@ ifdef is_sdk_build
# Ensure every module listed in PRODUCT_PACKAGES gets something installed
$(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES), \
$(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
$(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
$(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
endif
# Install all of the host modules