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

Commit 63180a07 authored by Allen Hair's avatar Allen Hair Committed by android-build-merger
Browse files

Configure code coverage filters. am: 02fd6094 am: 15b70213

am: 8b931e08

Change-Id: If94db4d01eb5ff4a9f463200d529b0054899bcd5
parents de9fc0f6 8b931e08
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
@@ -54,6 +54,9 @@ LOCAL_AAPT_FLAGS := --extra-packages com.android.systemui
# 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)