Merge "Turn USE_SOONG_UI on by default"
am: 39a6418d76
Change-Id: If4a59c9d051f4d3dd4152f5f30da50bf5feeceaf
This commit is contained in:
commit
d9b773845d
|
@ -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