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

Commit 54fbca6c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add com.android.keyguard to LOCAL_JACK_COVERAGE_INCLUDE_FILTER."

parents b89d92b5 9aa82fd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -71,8 +71,8 @@ local_space := $(local_empty) $(local_empty)
# This appends a * to all classes and replace the space separators with commas.
# This appends a * to all classes and replace the space separators with commas.
jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))


LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.systemui.*
LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.systemui.*,com.android.keyguard.*
LOCAL_JACK_COVERAGE_EXCLUDE_FILTER := com.android.systemui.tests.*,$(jacoco_exclude)
LOCAL_JACK_COVERAGE_EXCLUDE_FILTER := $(jacoco_exclude)


ifeq ($(EXCLUDE_SYSTEMUI_TESTS),)
ifeq ($(EXCLUDE_SYSTEMUI_TESTS),)
    include $(BUILD_PACKAGE)
    include $(BUILD_PACKAGE)