forked from openkylin/platform_build
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:
parent
042d5a846f
commit
73da612ed0
|
@ -10,7 +10,7 @@ SHELL := /bin/bash
|
|||
endif
|
||||
|
||||
ifndef KATI
|
||||
USE_SOONG_UI ?= false
|
||||
USE_SOONG_UI ?= true
|
||||
endif
|
||||
ifeq ($(USE_SOONG_UI),true)
|
||||
|
||||
|
|
Loading…
Reference in New Issue