Merge "Add SOONG_ALLOW_MISSING_DEPENDENCIES"

This commit is contained in:
Dan Willemsen 2016-03-16 20:14:27 +00:00 committed by Gerrit Code Review
commit b6d813ce0a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ $(SOONG_VARIABLES): FORCE
echo ' "Unbundled_build": $(if $(TARGET_BUILD_APPS),true,false),'; \
echo ' "Brillo": $(if $(BRILLO),true,false),'; \
echo ' "Malloc_not_svelte": $(if $(filter true,$(MALLOC_SVELTE)),false,true),'; \
echo ' "Allow_missing_dependencies": $(if $(TARGET_BUILD_APPS)$(filter true,$(SOONG_ALLOW_MISSING_DEPENDENCIES)),true,false),'; \
echo ''; \
echo ' "DeviceName": "$(TARGET_DEVICE)",'; \
echo ' "DeviceArch": "$(TARGET_ARCH)",'; \