From ad39060b463b869fcd7dc969e867aff75afc2773 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Fri, 30 Aug 2024 00:30:04 +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: I9a90b1e47d5790230496c31e84e5d10f40b1ea70 --- tests/activity/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/activity/Android.bp') diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp index f69caf0e..e75fb603 100644 --- a/tests/activity/Android.bp +++ b/tests/activity/Android.bp @@ -27,9 +27,9 @@ android_test { ], libs: [ - "android.test.runner", - "android.test.base", - "android.test.mock", + "android.test.runner.stubs", + "android.test.base.stubs", + "android.test.mock.stubs", "framework", "framework-res", ], -- cgit v1.2.3-59-g8ed1b