From 2e5606736f91c08d99a9b9bd19233253a11f2a69 Mon Sep 17 00:00:00 2001 From: evitayan Date: Mon, 24 Feb 2020 15:02:02 -0800 Subject: 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 --- java/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/config/config.go b/java/config/config.go index 7f446e5db..54c89cdf8 100644 --- a/java/config/config.go +++ b/java/config/config.go @@ -48,7 +48,7 @@ var ( // TODO: Could this be all updatable bootclasspath jars? "updatable-media", "framework-sdkextensions", - "ike", + "android.net.ipsec.ike", } ) -- cgit v1.2.3-59-g8ed1b