Enable coverage for core-oj.

For now, only a whitelisted set of packages are whitelisted (see
libcore/JavaLibrary.bp) but this works as a proof-of-concept.

Bug: 64836607
Test: `cts-tradefed run cts-dev -m CtsLibcoreTestCases --test-arg com.android.compatibility.testtype.LibcoreTest:coverage:true` on a build with EMMA_INSTRUMENT=true and EMMA_INSTRUMENT_FRAMEWORK=true
Change-Id: If7c62665257f0ff9466030680ff1f56a053a023e
This commit is contained in:
Pete Gillin 2017-12-19 15:01:39 +00:00
parent 0bdcb21f2e
commit 7868a09551

View file

@ -39,6 +39,7 @@ var (
"services",
"android.car",
"android.car7",
"core-oj",
}
)