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

Commit fb0d644b authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Add option to exclude SystemUI tests

Setting the environment variable EXCLUDE_SYSTEMUI_TESTS to something
excludes the tests package during building. Saves a few seconds for
incremental changes in SystemUI for fast UI iteration changes.

Change-Id: I596a0273133c8a8bece0cc364e2ec61fdea45116
parent d6fe549b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,4 +22,6 @@ LOCAL_AAPT_FLAGS := --auto-add-overlay --extra-packages com.android.keyguard

include $(BUILD_PACKAGE)

ifeq ($(EXCLUDE_SYSTEMUI_TESTS),)
    include $(call all-makefiles-under,$(LOCAL_PATH))
endif