aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-09-26 19:10:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-09-26 19:10:15 +0000
commit6f482f240478db52df1a9e0ce6837e31466d56e7 (patch)
tree89eff2439ccd8cfa7b139c4136ad5c737e83aa48
parentaf99ed0683278110eedc269f79f3e82a9da0f9d3 (diff)
parenteedef2ebdd6bf58a218cc962e9252acdb22890d8 (diff)
downloadkotlinx.coroutines-6f482f240478db52df1a9e0ce6837e31466d56e7.tar.gz
Statically include kotlinx_coroutines into kotlinx_coroutines_android am: f174609ee2 am: 001ee654a9 am: eedef2ebdd
Original change: https://android-review.googlesource.com/c/platform/external/kotlinx.coroutines/+/2228537 Change-Id: I93fa9f38b037ed45482d1d5be6843647716f1b4f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 71db17f1..67eea5ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,8 +76,10 @@ java_library {
"-Xuse-experimental=kotlinx.coroutines.InternalCoroutinesApi",
"-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi",
],
- libs: [
+ static_libs: [
"kotlinx_coroutines",
+ ],
+ libs: [
"androidx.annotation_annotation",
],
apex_available: [