commit | 73da612ed0aed765db63a1a8f3fce41303c16fa3 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sat Jan 28 13:27:35 2017 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Feb 28 18:57:12 2017 +0000 |
tree | b61075694240dc142bb82b00ba863dc770b31d60 | |
parent | 042d5a846fb387d04822ddd1e18ca5c0d29223c2 [diff] [blame] |
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
diff --git a/core/main.mk b/core/main.mk index 85f5d6c..739fc11 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -10,7 +10,7 @@ endif ifndef KATI -USE_SOONG_UI ?= false +USE_SOONG_UI ?= true endif ifeq ($(USE_SOONG_UI),true)