aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2024-03-25 15:22:59 -0700
committerColin Cross <ccross@android.com>2024-03-26 13:56:12 -0700
commit95afaa013c8fb1a66278d74e3df41cc79733ab9d (patch)
treeea04ad746c9694353963f940adbffb33aeeb2138
parent124b35f6a01ae9eb581bed789b9032c77772bd98 (diff)
downloadTV-master.tar.gz
Don't use androidx nodeps modulesHEADmastermain
The androidx nodeps modules were an internal implementation detail, they are being removed. Replace the nodeps dependencies with the non-nodeps versions. Bug: 326265727 Test: builds Change-Id: I0a1b7a160dbfeb4a75e736a0a4ac0c6f92e3605d
-rw-r--r--tests/robotests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 02015bed..56a7e701 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -34,7 +34,7 @@ android_robolectric_test {
"tv-lib-dagger",
"tv-lib-truth",
"android-support-annotations",
- "androidx.leanback_leanback-nodeps",
+ "androidx.leanback_leanback",
"androidx.test.core",
"androidx.test.ext.truth",
"tv-lib-dagger-android",