Instrument framework-minus-apex for coverage.
After ag/9580351, the framework classes are produced by the framework-minus-apex module instead. Update the InstrumentFrameworkModules list to include framework-minus-apex so the framework classes are instrumented by the coverage build. Bug: 144105776 Test: ./build/soong/soong_ui.bash --make-mode SKIP_ABI_CHECKS=true TARGET_PRODUCT=cf_x86_phone TARGET_BUILD_VARIANT=userdebug droid dist EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true NATIVE_COVERAGE=true SKIP_BOOT_JARS_CHECK=true Change-Id: I26b5f4df4a61d2264d9e177941aed4ca85baa90d
This commit is contained in:
parent
b824a01d90
commit
74cd286e42
|
@ -37,6 +37,7 @@ var (
|
|||
|
||||
InstrumentFrameworkModules = []string{
|
||||
"framework",
|
||||
"framework-minus-apex",
|
||||
"telephony-common",
|
||||
"services",
|
||||
"android.car",
|
||||
|
|
Loading…
Reference in New Issue