summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-18 23:07:37 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-18 23:07:37 +0000
commit75e0693838d7fe3c1162b8dde43d652649f1c98f (patch)
tree49fc02d637127f2a9a5083e4b893851a32fff02c
parent1a42afce6eced9825f11899243036cef047b262a (diff)
parent1facb2101e88e88f9654bed545bd80c9ebbb4042 (diff)
Merge "Make java_sdk_library dependencies explicit" into main
-rw-r--r--cmds/uiautomator/library/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmds/uiautomator/library/Android.bp b/cmds/uiautomator/library/Android.bp
index 966bf13adfe4..5c5b220d20e9 100644
--- a/cmds/uiautomator/library/Android.bp
+++ b/cmds/uiautomator/library/Android.bp
@@ -28,9 +28,9 @@ droidstubs {
"testrunner-src/**/*.java",
],
libs: [
- "android.test.runner",
+ "android.test.runner.stubs.system",
"junit",
- "android.test.base",
+ "android.test.base.stubs.system",
"unsupportedappusage",
],
installable: false,
@@ -56,9 +56,9 @@ droiddoc {
":uiautomator-stubs",
],
libs: [
- "android.test.runner",
+ "android.test.runner.stubs",
"junit",
- "android.test.base",
+ "android.test.base.stubs",
],
sdk_version: "current",
installable: false,