Add framework-sdkextensions to jars to instrument

Required to get code coverage.

Bug: 143937446
Test: verify LOCAL_SOONG_JACOCO_REPORT_CLASSES_JAR is set
      for framework-sdkextensions
Change-Id: I2cdb8ce60939a91f8473c2ddd2a8ff198cd7c92e
Merged-In: I2cdb8ce60939a91f8473c2ddd2a8ff198cd7c92e
(cherry picked from commit 9492b09dae)
This commit is contained in:
Anton Hansson
2020-01-17 09:55:03 +00:00
parent 26691c094d
commit 91133e6e44

View File

@@ -45,7 +45,9 @@ var (
"core-icu4j",
"core-oj",
"core-libart",
// TODO: Could this be all updatable bootclasspath jars?
"updatable-media",
"framework-sdkextensions",
"ike",
}
)