Merge "Turn USE_SOONG_UI on by default"

This commit is contained in:
Dan Willemsen 2017-02-28 20:35:08 +00:00 committed by Gerrit Code Review
commit 39a6418d76
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)