summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2024-03-25 15:20:54 -0700
committerColin Cross <ccross@android.com>2024-03-26 13:56:08 -0700
commit52668bb4d0b805aa396b3c78704412966ac8fd99 (patch)
treebde3a4593be9454ab9f64ce7e408633e79635133
parenta4a121dffe29d4faaf82910e6603d6acb7e72266 (diff)
downloadLauncher-52668bb4d0b805aa396b3c78704412966ac8fd99.tar.gz
Don't use androidx nodeps modules
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: I6ca5f6b91566587eab74fb29989eecc9fe769994
-rw-r--r--docklib/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/docklib/Android.bp b/docklib/Android.bp
index 79137d0a..f96baefe 100644
--- a/docklib/Android.bp
+++ b/docklib/Android.bp
@@ -30,7 +30,7 @@ android_library {
static_libs: [
"androidx.recyclerview_recyclerview",
- "androidx.core_core-animation-nodeps",
+ "androidx.core_core-animation",
"car-ui-lib-no-overlayable",
"androidx.lifecycle_lifecycle-extensions",
"com.google.android.material_material",