diff options
author | 2024-08-30 00:29:12 +0000 | |
---|---|---|
committer | 2024-09-11 00:02:58 +0000 | |
commit | e07d73c37487f77c1b806aae852d37409aa5b1de (patch) | |
tree | 1b88b5a810aecd2019de0d4315b3e3cfd353389f /test-runner/tests | |
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 'test-runner/tests')
-rw-r--r-- | test-runner/tests/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-runner/tests/Android.bp b/test-runner/tests/Android.bp index 0c0c0805f2d3..39f41ed7f667 100644 --- a/test-runner/tests/Android.bp +++ b/test-runner/tests/Android.bp @@ -30,8 +30,8 @@ android_test { libs: [ "android.test.runner.impl", - "android.test.base", - "android.test.mock", + "android.test.base.stubs.system", + "android.test.mock.stubs.system", ], static_libs: [ "junit", |