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
This commit is contained in:
Anton Hansson
2020-01-17 09:55:03 +00:00
parent f17f2481e0
commit 9492b09dae

View File

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