aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-09-26 19:52:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-09-26 19:52:21 +0000
commit0340750f15986f37618dd10e2e1374310aa21c62 (patch)
tree89eff2439ccd8cfa7b139c4136ad5c737e83aa48
parent25d3463a40def879d38917aff70ea15e2c0f8d3e (diff)
parent6f482f240478db52df1a9e0ce6837e31466d56e7 (diff)
downloadkotlinx.coroutines-0340750f15986f37618dd10e2e1374310aa21c62.tar.gz
Statically include kotlinx_coroutines into kotlinx_coroutines_android am: f174609ee2 am: 001ee654a9 am: eedef2ebdd am: 6f482f2404
Original change: https://android-review.googlesource.com/c/platform/external/kotlinx.coroutines/+/2228537 Change-Id: I709f59fea3d1fe225cc3608602eee5a473d349cf 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: [