From 6d91c980e34e73b7d4a729ee6d6d3c00c6f00acf Mon Sep 17 00:00:00 2001 From: Daniel Peykov Date: Fri, 16 Sep 2022 16:49:16 +0000 Subject: [PATCH] Update uiautomator references in frameworks/base * Replace "androidx.test.uiautomator" (v2.2.0) with "androidx.test.uiautomator_uiautomator" (v2.3.0). Bug: 247008528 Test: presubmit Change-Id: I3d4de8bd97144d44f6b699a5c4e0acde380d9d60 --- packages/SystemUI/Android.bp | 2 +- tests/TrustTests/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 104998c53e09a..0333b2d779df0 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -228,7 +228,7 @@ android_library { "metrics-helper-lib", "hamcrest-library", "androidx.test.rules", - "androidx.test.uiautomator", + "androidx.test.uiautomator_uiautomator", "mockito-target-extended-minus-junit4", "testables", "truth-prebuilt", diff --git a/tests/TrustTests/Android.bp b/tests/TrustTests/Android.bp index 77f98e88f1eb2..a1b888aef9344 100644 --- a/tests/TrustTests/Android.bp +++ b/tests/TrustTests/Android.bp @@ -24,7 +24,7 @@ android_test { static_libs: [ "androidx.test.rules", "androidx.test.ext.junit", - "androidx.test.uiautomator", + "androidx.test.uiautomator_uiautomator", "mockito-target-minus-junit4", "servicestests-utils", "truth-prebuilt",