diff options
author | Sebastien Hertz <shertz@google.com> | 2016-04-12 04:17:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-04-12 04:17:00 +0000 |
commit | 7f8d45b1a56d7c6f2702aabb84e0eba597b525b0 (patch) | |
tree | 03524c8a115db6817864ad417f76d79341d3a238 | |
parent | 21d1b4662506ca07135fc7a1f1230d3cfda78a18 (diff) | |
parent | 05fca10c16c990e610c627f11dabb7552075ba05 (diff) |
Merge "Update code coverage filter" into nyc-dev
-rw-r--r-- | tests/wifitests/Android.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/wifitests/Android.mk b/tests/wifitests/Android.mk index d968460d3..4904bda16 100644 --- a/tests/wifitests/Android.mk +++ b/tests/wifitests/Android.mk @@ -95,10 +95,8 @@ jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes))) jacoco_include := com.android.server.wifi.*,android.net.wifi.* - -LOCAL_JACK_FLAGS := \ - -D jack.coverage.jacoco.include=$(jacoco_include) \ - -D jack.coverage.jacoco.exclude=$(jacoco_exclude) +LOCAL_JACK_COVERAGE_INCLUDE_FILTER := $(jacoco_include) +LOCAL_JACK_COVERAGE_EXCLUDE_FILTER := $(jacoco_exclude) # wifi-service and services must be included here so that the latest changes # will be used when tests. Otherwise the tests would run against the installed |