Turn USE_SOONG_UI on by default

Set USE_SOONG_UI=false to disable the new soong_ui wrapper.

Test: m -j blueprint_tools
Test: USE_SOONG_UI=false m -j blueprint_tools
Change-Id: I0b217939a29fd51e69ef594f824b14e25a4c8c4d
This commit is contained in:
Dan Willemsen 2017-01-28 13:27:35 -08:00
parent 042d5a846f
commit 73da612ed0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SHELL := /bin/bash
endif
ifndef KATI
USE_SOONG_UI ?= false
USE_SOONG_UI ?= true
endif
ifeq ($(USE_SOONG_UI),true)