diff options
| author | 2020-02-24 15:02:02 -0800 | |
|---|---|---|
| committer | 2020-02-25 07:43:43 +0000 | |
| commit | 2e5606736f91c08d99a9b9bd19233253a11f2a69 (patch) | |
| tree | a5d6eca2a13c0d3263909ba57eb7913ec5a2182c /java | |
| parent | 004d7171583722df1d3e647e7ca97be733acee8b (diff) | |
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
Diffstat (limited to 'java')
| -rw-r--r-- | java/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", } ) |