From 059091be829d000b8863eca2aa42aa39c55f2d13 Mon Sep 17 00:00:00 2001 From: Pinyao Ting Date: Thu, 30 Apr 2020 10:22:25 -0700 Subject: [PATCH] Introduces kotlin coroutine which simplifies async programming. (go/android-kotlin-coroutines) https://github.com/Kotlin/kotlinx.coroutines Bug: 149713060 Test: write coroutine code and verify it compiles Change-Id: Ic3c1daa103a18d3c0cfc0ae0840e186b1cdc18d7 --- packages/SystemUI/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index f63365bcd3690..b55d246de65c6 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -63,6 +63,8 @@ android_library { "androidx.lifecycle_lifecycle-extensions", "androidx.dynamicanimation_dynamicanimation", "androidx-constraintlayout_constraintlayout", + "kotlinx-coroutines-android", + "kotlinx-coroutines-core", "iconloader_base", "SystemUI-tags", "SystemUI-proto",