summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-08-17 01:13:00 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-17 01:13:00 -0700
commit3b4b11a4701b64df5248e7d86c0c357954a2ca10 (patch)
treebb951914c3244420696ee8c0f5e654dade0bf48d
parent7c945d249956ed3943585b8d417a51a598b175b3 (diff)
parent0ee86a7429772df5ef075ad8dc59f0974791c94c (diff)
downloadbuild-3b4b11a4701b64df5248e7d86c0c357954a2ca10.zip
build-3b4b11a4701b64df5248e7d86c0c357954a2ca10.tar.gz
build-3b4b11a4701b64df5248e7d86c0c357954a2ca10.tar.bz2
Merge "Another error to warning"
-rw-r--r--core/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk
index 874bb0b..7bd55b8 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -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