Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91133e6e authored by Anton Hansson's avatar Anton Hansson
Browse files

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 9492b09d)
parent 26691c09
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,7 +45,9 @@ var (
		"core-icu4j",
		"core-oj",
		"core-libart",
		// TODO: Could this be all updatable bootclasspath jars?
		"updatable-media",
		"framework-sdkextensions",
		"ike",
	}
)