From 7818ee4f5788895c1b8d1978dd80cb70bef25e9a Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Thu, 5 Nov 2020 09:03:24 -0800 Subject: [PATCH] Remove android-support-test from InputTests. android-support-test is long deprecated, and the runner flakes if both androidx.test and android-support-test are included. Bug: 171910851 Bug: 172570181 Test: m -j InputTests Change-Id: Icd257481583e9555875d5fd0e93caba49d44caab --- tests/Input/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Input/Android.bp b/tests/Input/Android.bp index 0e9f723d6063c..a8aab2a899fbc 100644 --- a/tests/Input/Android.bp +++ b/tests/Input/Android.bp @@ -6,7 +6,6 @@ android_test { static_libs: [ "androidx.test.ext.junit", "androidx.test.rules", - "android-support-test", "ub-uiautomator", ], test_suites: ["device-tests"],