Update code coverage filtering
Replaces old LOCAL_EMMA_COVERAGE_FILTER by new variables: - LOCAL_JACK_COVERAGE_INCLUDE_FILTER for included classes - LOCAL_JACK_COVERAGE_EXCLUDE_FILTER for excluded classes Both variables can contain a comma-separated list of class names, where * and ? are accepted wildcard (like foo.?ar.*). When code coverage is enabled, we will use these variables to pass code coverage filters on the Jack command-line. Bug: 28014424 (cherry picked from commit 74ec3f49) Change-Id: Ie4253981c0e6a62422ab84dfd67ef5eebc0b0284
Loading
Please register or sign in to comment