forked from openkylin/platform_build
Merge "Turn USE_SOONG_UI on by default"
This commit is contained in:
commit
39a6418d76
|
@ -10,7 +10,7 @@ SHELL := /bin/bash
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef KATI
|
ifndef KATI
|
||||||
USE_SOONG_UI ?= false
|
USE_SOONG_UI ?= true
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_SOONG_UI),true)
|
ifeq ($(USE_SOONG_UI),true)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue