diff options
author | 2024-08-30 00:30:04 +0000 | |
---|---|---|
committer | 2024-08-30 00:30:04 +0000 | |
commit | ad39060b463b869fcd7dc969e867aff75afc2773 (patch) | |
tree | 117fd3f8bd912936b14479c0fbf6a783fbce6248 /tests/shared | |
parent | 02a259011dec677fc7daaf98971cb9b012b7b737 (diff) |
Make java_sdk_library dependencies explicit
modules should specify the submodule of java_sdk_library that the module
actually depends on
Test: CI
Bug: 358613520
Change-Id: I9a90b1e47d5790230496c31e84e5d10f40b1ea70
Diffstat (limited to 'tests/shared')
-rw-r--r-- | tests/shared/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared/Android.bp b/tests/shared/Android.bp index 55188ee3..7a8dbf20 100644 --- a/tests/shared/Android.bp +++ b/tests/shared/Android.bp @@ -25,7 +25,7 @@ java_library { "src/**/*.kt", ], libs: [ - "android.test.mock", + "android.test.mock.stubs.system", "framework", ], static_libs: [ |