diff options
author | 2024-08-30 00:29:35 +0000 | |
---|---|---|
committer | 2024-08-30 00:29:35 +0000 | |
commit | f46b30120b4faff89f0d37cef2cf801a1ed2dfc6 (patch) | |
tree | b6f58d56d010582bf9efd8e494e3625c277ca9d4 /perf-tests | |
parent | c4aeaa500a1686933dd1d733a9f76cae9b44f515 (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: I01e0d07b31c4b46b31618405e0052d23914242f8
Diffstat (limited to 'perf-tests')
-rw-r--r-- | perf-tests/Android.bp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perf-tests/Android.bp b/perf-tests/Android.bp index 4cf6c6508..1559227b6 100644 --- a/perf-tests/Android.bp +++ b/perf-tests/Android.bp @@ -16,9 +16,9 @@ android_test { ], libs: [ - "android.test.base", - "android.test.mock", - "android.test.runner", + "android.test.base.stubs.system", + "android.test.mock.stubs.system", + "android.test.runner.stubs.system", ], static_libs: [ |