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
This commit is contained in:
parent
8bf4079e5f
commit
6de6d7267f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ var (
|
|||
"services",
|
||||
"android.car",
|
||||
"android.car7",
|
||||
"android.car.builtin",
|
||||
"android.car.builtin.impl",
|
||||
"conscrypt",
|
||||
"core-icu4j",
|
||||
"core-oj",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue