summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-10-23 21:17:58 -0700
committerBrett Chabot <brettchabot@google.com>2018-10-23 21:17:58 -0700
commitd7d692c2f9ee6081f5d586c582ddd1c344ff9e39 (patch)
treea3ac6abf5d53b85699d85491ed215408dff514d4 /Android.bp
parent0d9275deba38a5f650b2323513bbdd5a5a823055 (diff)
downloadandroid_packages_apps_Trebuchet-d7d692c2f9ee6081f5d586c582ddd1c344ff9e39.tar.gz
android_packages_apps_Trebuchet-d7d692c2f9ee6081f5d586c582ddd1c344ff9e39.tar.bz2
android_packages_apps_Trebuchet-d7d692c2f9ee6081f5d586c582ddd1c344ff9e39.zip
Replace use of deprecated target androidx-test
Test: make Launcher3Tests Change-Id: Ib14fd9da1df3c022d39efb69660ff59b8a47db5d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4b327020c..e3dd5e56a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,7 +16,8 @@ java_library_static {
name: "launcher-aosp-tapl",
static_libs: [
"androidx.annotation_annotation",
- "androidx-test",
+ "androidx.test.runner",
+ "androidx.test.rules",
"androidx.test.uiautomator_uiautomator",
"SystemUISharedLib",
],