diff --git a/Android.bp b/Android.bp index 877f7bbbef..c4ea48ad5a 100644 --- a/Android.bp +++ b/Android.bp @@ -75,7 +75,7 @@ android_library { "androidx.test.uiautomator_uiautomator", "androidx.preference_preference", "SystemUISharedLib", - "animationlib", + "//frameworks/libs/systemui:animationlib", "launcher-testing-shared", ], srcs: [ @@ -150,9 +150,9 @@ android_library { "androidx.cardview_cardview", "androidx.window_window", "com.google.android.material_material", - "iconloader_base", - "view_capture", - "animationlib", + "//frameworks/libs/systemui:iconloader_base", + "//frameworks/libs/systemui:view_capture", + "//frameworks/libs/systemui:animationlib", "SystemUI-statsd", "launcher-testing-shared", "androidx.lifecycle_lifecycle-common-java8",