From: Colin Cross Date: Thu, 5 May 2016 21:43:01 +0000 (-0700) Subject: Default USE_SOONG to true X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=42a5da7ca1d4701a265b123fe31574d6d8c537d3;p=android-x86%2Fbuild.git Default USE_SOONG to true Change-Id: Iad88aed4060b84aef2381f6300f16bad14f3a6ca --- diff --git a/core/main.mk b/core/main.mk index c4553202b..5834cd54e 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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.)