summaryrefslogtreecommitdiff
path: root/packages/SystemUI/animation/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/animation/Android.bp')
-rw-r--r--packages/SystemUI/animation/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/animation/Android.bp b/packages/SystemUI/animation/Android.bp
index b900ea0c0f65..e945f1eb0991 100644
--- a/packages/SystemUI/animation/Android.bp
+++ b/packages/SystemUI/animation/Android.bp
@@ -41,7 +41,7 @@ android_library {
],
static_libs: [
- "androidx.core_core-animation-nodeps",
+ "androidx.core_core-animation",
"androidx.core_core-ktx",
"androidx.annotation_annotation",
"SystemUIShaderLib",
@@ -62,7 +62,7 @@ android_library {
],
static_libs: [
- "androidx.core_core-animation-nodeps",
+ "androidx.core_core-animation",
"androidx.core_core-ktx",
"androidx.annotation_annotation",
],