diff options
author | 2024-08-30 00:29:12 +0000 | |
---|---|---|
committer | 2024-09-11 00:15:14 +0000 | |
commit | 1e37ed3b647a646557138cd886c0d9c867ce9bde (patch) | |
tree | 791ce6a66cbd6728520db697dbdb3bde1f708326 /wifi | |
parent | daa8f946b7a1e90dc3b1776536379eee760d3e85 (diff) |
Make java_sdk_library dependencies explicit
modules should specify the submodule of java_sdk_library that the module
actually depends on
Test: CI
Flag: EXEMPT build dependency cleanup
Bug: 358613520
Merged-In: I80af0b9efa88c668306f0ff1d51491a8180dc57f
Change-Id: I80af0b9efa88c668306f0ff1d51491a8180dc57f
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/tests/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/tests/Android.bp b/wifi/tests/Android.bp index 1d3e4bd531b4..74a6be9baa56 100644 --- a/wifi/tests/Android.bp +++ b/wifi/tests/Android.bp @@ -44,8 +44,8 @@ android_test { ], libs: [ - "android.test.runner", - "android.test.base", + "android.test.runner.stubs", + "android.test.base.stubs", ], // Required by Extended Mockito |