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

Commit 6fc7e7b9 authored by Sebastien Hertz's avatar Sebastien Hertz
Browse files

Update code coverage filter

Bug: 28014424
Change-Id: I4235a09d3b56f63b568d6514baaf815f741f9a25
parent 91625968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ timezonepicker_dir := ../../../frameworks/opt/timezonepicker/res
res_dirs := $(chips_dir) $(color_picker_dir) $(datetimepicker_dir) $(timezonepicker_dir) res
src_dirs := src

LOCAL_EMMA_COVERAGE_FILTER := +com.android.calendar.*
LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.calendar.*

LOCAL_MODULE_TAGS := optional

+1 −1
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_EMMA_COVERAGE_FILTER := +com.android.calendar.*
LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.calendar.*

# We only want this apk build for tests.
LOCAL_MODULE_TAGS := tests