diff options
author | 2024-08-30 00:29:12 +0000 | |
---|---|---|
committer | 2024-09-11 00:02:58 +0000 | |
commit | e07d73c37487f77c1b806aae852d37409aa5b1de (patch) | |
tree | 1b88b5a810aecd2019de0d4315b3e3cfd353389f /tests/BrowserPowerTest/Android.bp | |
parent | 92232a807f20d6532f0c0e9e3717fd34b3edb69b (diff) |
Make java_sdk_library dependencies explicit
modules should specify the submodule of java_sdk_library that the module
actually depends on
Test: CI
Ignore-AOSP-First: resolving merge conflicts
Flag: EXEMPT build dependency cleanup
Bug: 358613520
Change-Id: I80af0b9efa88c668306f0ff1d51491a8180dc57f
Diffstat (limited to 'tests/BrowserPowerTest/Android.bp')
-rw-r--r-- | tests/BrowserPowerTest/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/BrowserPowerTest/Android.bp b/tests/BrowserPowerTest/Android.bp index a8a9897c0e86..100e975b4d5e 100644 --- a/tests/BrowserPowerTest/Android.bp +++ b/tests/BrowserPowerTest/Android.bp @@ -24,8 +24,8 @@ package { android_test { name: "BrowserPowerTests", libs: [ - "android.test.runner", - "android.test.base", + "android.test.runner.stubs.system", + "android.test.base.stubs.system", ], static_libs: ["junit"], // Include all test java files. |