commit | 02fd60946005e5f64650032057029f089ae49e60 | [log] [tgz] |
---|---|---|
author | Allen Hair <allenhair@google.com> | Thu Aug 25 16:06:26 2016 -0700 |
committer | Allen Hair <allenhair@google.com> | Thu Aug 25 17:28:03 2016 -0700 |
tree | 77118354075755451393da5917f4378c9af0daa2 | |
parent | a5e5cf6a849d482aae2bd4b3239e666ee92370c2 [diff] [blame] |
Configure code coverage filters. Bug: 28269038 Change-Id: If4dfb769d543e70faea7200dc1da15c50a83270f
diff --git a/packages/Shell/Android.mk b/packages/Shell/Android.mk index 73a0449..81ab2ff 100644 --- a/packages/Shell/Android.mk +++ b/packages/Shell/Android.mk
@@ -12,6 +12,8 @@ LOCAL_CERTIFICATE := platform LOCAL_PRIVILEGED_MODULE := true +LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.shell.* + include $(BUILD_PACKAGE) include $(LOCAL_PATH)/tests/Android.mk