diff options
author | 2024-08-30 00:29:35 +0000 | |
---|---|---|
committer | 2024-08-30 00:29:35 +0000 | |
commit | f46b30120b4faff89f0d37cef2cf801a1ed2dfc6 (patch) | |
tree | b6f58d56d010582bf9efd8e494e3625c277ca9d4 /app-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 'app-perf-tests')
-rw-r--r-- | app-perf-tests/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-perf-tests/Android.bp b/app-perf-tests/Android.bp index 5a4bf72a4..2d4bc0611 100644 --- a/app-perf-tests/Android.bp +++ b/app-perf-tests/Android.bp @@ -12,8 +12,8 @@ android_test { ], libs: [ - "android.test.base", - "android.test.runner", + "android.test.base.stubs.system", + "android.test.runner.stubs.system", ], static_libs: [ |