Enable jacoco instrumentation of core-libart.

See the other change in this topic for the required blacklist.

Bug: 73157713
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: I1c8e257f030cdd769211f6e921988ff7d75772c2
This commit is contained in:
Pete Gillin
2018-02-13 15:23:14 +00:00
parent 2d3e445c3a
commit 5d13354f11

View File

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