summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-06-13 16:44:01 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-13 16:44:01 +0000
commiteaceceda389e5af31eaa01cef1b04eb0a56a03ac (patch)
tree434074df74d5903b9824e9cf865c5caa3e6cea6f
parentd81535a4a6680197cd6f7b8ca52bef315ff9efb2 (diff)
parent99106d5676921e8ee1227de5479debda047bf0e9 (diff)
Merge "Switch from deprecated -stubpackages to --stub-packages" into main
-rw-r--r--cmds/uiautomator/library/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/uiautomator/library/Android.bp b/cmds/uiautomator/library/Android.bp
index cffc07859998..cd1fb9a0f047 100644
--- a/cmds/uiautomator/library/Android.bp
+++ b/cmds/uiautomator/library/Android.bp
@@ -35,7 +35,7 @@ droidstubs {
],
installable: false,
flags: [
- "-stubpackages com.android.uiautomator.core:com.android.uiautomator.testrunner",
+ "--stub-packages com.android.uiautomator.core:com.android.uiautomator.testrunner",
],
check_api: {