SystemUI: add dep androidx.concurrent_concurrent-futures

Allows use of ListenableFuture via CallbackToFutureAdapter

Built, flashed, tested. No dependency issues found with
SystemUIGoogle (which already depends directly on Guava.)

Test: atest SystemUITests
Change-Id: Ie402a172b64142aebed4d6eb8c77fb5ded08fd74
This commit is contained in:
Mark Renouf
2020-12-16 01:05:12 -05:00
parent 4b2191ad09
commit e2395016e2

View File

@@ -63,6 +63,7 @@ android_library {
"androidx.recyclerview_recyclerview",
"androidx.preference_preference",
"androidx.appcompat_appcompat",
"androidx.concurrent_concurrent-futures",
"androidx.mediarouter_mediarouter",
"androidx.palette_palette",
"androidx.legacy_legacy-preference-v14",
@@ -130,6 +131,7 @@ android_library {
"androidx.recyclerview_recyclerview",
"androidx.preference_preference",
"androidx.appcompat_appcompat",
"androidx.concurrent_concurrent-futures",
"androidx.mediarouter_mediarouter",
"androidx.palette_palette",
"androidx.legacy_legacy-preference-v14",