From f46b30120b4faff89f0d37cef2cf801a1ed2dfc6 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Fri, 30 Aug 2024 00:29:35 +0000 Subject: 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 --- perf-tests/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perf-tests') 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: [ -- cgit v1.2.3-59-g8ed1b