Merge "Default USE_SOONG to true"

This commit is contained in:
Colin Cross
2016-05-13 22:40:23 +00:00
committed by Gerrit Code Review

View File

@@ -97,6 +97,9 @@ include $(BUILD_SYSTEM)/help.mk
# and host information.
include $(BUILD_SYSTEM)/config.mk
# Default soong to on
USE_SOONG ?= true
ifndef KATI
ifdef USE_NINJA
$(warning USE_NINJA is ignored. Ninja is always used.)