summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSihu Song <sihusong@google.com>2023-02-27 06:15:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-02-27 06:15:24 +0000
commit919a816dd2410c7d285ca8730d39984ac679bd9a (patch)
treea7c8c125951c9696f0ceb099f2ed2b5e5295a58c
parentdbb1d53869a0586af3e5d8186d459e38f61aa85b (diff)
downloadmisc-919a816dd2410c7d285ca8730d39984ac679bd9a.tar.gz
Revert "Remove uiautomator version 2.2.0-alpha4"
Revert submission 2426053-uiautomator Reason for revert: Test if reverting this change will fix build errors Reverted changes: /q/submissionid:2426053-uiautomator Change-Id: I4e3bc89ccfacf5e3fe833d621e017b78af049ab8 bug: 270758983
-rw-r--r--common/ub-uiautomator/Android.bp6
-rw-r--r--common/ub-uiautomator/PREBUILT5
-rwxr-xr-xcommon/ub-uiautomator/uiautomator-2.2.0-alpha4.jarbin0 -> 123144 bytes
3 files changed, 11 insertions, 0 deletions
diff --git a/common/ub-uiautomator/Android.bp b/common/ub-uiautomator/Android.bp
index 629b842e..b0095dc2 100644
--- a/common/ub-uiautomator/Android.bp
+++ b/common/ub-uiautomator/Android.bp
@@ -21,3 +21,9 @@ java_import {
jars: ["ub-uiautomator.jar"],
sdk_version: "18",
}
+
+java_import {
+ name: "androidx.test.uiautomator_uiautomator",
+ jars: ["uiautomator-2.2.0-alpha4.jar"],
+ sdk_version: "18",
+}
diff --git a/common/ub-uiautomator/PREBUILT b/common/ub-uiautomator/PREBUILT
index 7bc431da..a6b9fc70 100644
--- a/common/ub-uiautomator/PREBUILT
+++ b/common/ub-uiautomator/PREBUILT
@@ -3,3 +3,8 @@ ub-uiautomator.jar
can be rebuilt from
project platform/frameworks/uiautomator
revision 4c4c25eb5e399e7e4e8532e2dedd48fa6efa17a6
+
+uiautomator-2.2.0-alpha4.jar
+ is obtained from
+ downloading https://maven.google.com/androidx/test/uiautomator/uiautomator/2.2.0-alpha4/uiautomator-2.2.0-alpha4.aar
+ and extracting classes.jar
diff --git a/common/ub-uiautomator/uiautomator-2.2.0-alpha4.jar b/common/ub-uiautomator/uiautomator-2.2.0-alpha4.jar
new file mode 100755
index 00000000..b080e119
--- /dev/null
+++ b/common/ub-uiautomator/uiautomator-2.2.0-alpha4.jar
Binary files differ