Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73da612e authored by Dan Willemsen's avatar Dan Willemsen
Browse files

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
parent 042d5a84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ SHELL := /bin/bash
endif

ifndef KATI
USE_SOONG_UI ?= false
USE_SOONG_UI ?= true
endif
ifeq ($(USE_SOONG_UI),true)