Merge "Default USE_SOONG to true"

am: ac33935ac1

* commit 'ac33935ac1721c640ce39b722cb7471ea9a5949d':
  Default USE_SOONG to true

Change-Id: Ie75c39b174b20af51e13bd7f6e0dfdb50d903233
This commit is contained in:
Colin Cross
2016-05-13 22:44:16 +00:00
committed by android-build-merger

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.)