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

Commit 8b931e08 authored by Allen Hair's avatar Allen Hair Committed by android-build-merger
Browse files

Configure code coverage filters. am: 02fd6094

am: 15b70213

Change-Id: Idf84ee3cf08af547ec7564c5e663b7d7fed0c97d
parents 53fffe11 15b70213
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ LOCAL_PACKAGE_NAME := Shell
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true

LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.shell.*

include $(BUILD_PACKAGE)

include $(LOCAL_PATH)/tests/Android.mk
+3 −0
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
# UI it doesn't own. This is necessary to allow screenshots to be taken
LOCAL_CERTIFICATE := platform

LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.systemui.*
LOCAL_JACK_COVERAGE_EXCLUDE_FILTER := com.android.systemui.tests.*

include frameworks/base/packages/SettingsLib/common.mk

include $(BUILD_PACKAGE)