Update ike.jar's name in code coverage configuration

ike has been renamed to android.net.ipsec.ike. This commit applies
this name updates to the code coverage configuration.

Bug: 148625578
Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true SKIP_BOOT_JARS_CHECK=true WITH_DEXPREOPT=false android.net.ipsec.ike.com.android.ipsec_intermediates/ contains jacoco-report-classes.jar
Change-Id: Ic46a1091899eb5bc9560739ec86a9bea08585075
This commit is contained in:
evitayan
2020-02-24 15:02:02 -08:00
committed by Yan Yan
parent 004d717158
commit 2e5606736f

View File

@@ -48,7 +48,7 @@ var (
// TODO: Could this be all updatable bootclasspath jars?
"updatable-media",
"framework-sdkextensions",
"ike",
"android.net.ipsec.ike",
}
)