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

Commit 6de6d726 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Correct the name of the android.car.builtin module that is instrumented

java_sdk_library is not instrumented as it does not perform any
compilation actions. Instead, its submodule impl lib (with .impl suffix)
is instrumented.

Test: CI
Bug: 355514682
Bug: 339901608
Change-Id: I2f7b4a8cf14a592d268b6f5d44f72e43700b4907
parent 8bf4079e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ var (
		"services",
		"android.car",
		"android.car7",
		"android.car.builtin",
		"android.car.builtin.impl",
		"conscrypt",
		"core-icu4j",
		"core-oj",