diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2022-12-02 02:19:30 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2022-12-02 02:23:44 +0200 |
commit | 484053e4e206a7c29e69fa4f7eb9fa16944f5b09 (patch) | |
tree | 6829ed0ddccf48bcbd5a33124f78cf4c4f1661c6 | |
parent | 4d71f56a27c8432eba010536630e959bb82e553e (diff) |
AudioFX: Update Android.bp androidx deps
Change-Id: I90f38e3edd65d6a04b6e303293f04b6188872447
-rw-r--r-- | Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ android_app { static_libs: [ "androidx.core_core", - "androidx.legacy_legacy-support-v4", + "androidx.localbroadcastmanager_localbroadcastmanager", + "androidx.viewpager_viewpager", ], platform_apis: true, |