aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-09-26 17:27:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-09-26 17:27:52 +0000
commit001ee654a9131756b9a588e9092292f046640fc0 (patch)
tree89eff2439ccd8cfa7b139c4136ad5c737e83aa48
parent7897509e87bb51e88e937de1e0f135373094115d (diff)
parentf174609ee266218cd339be41ebbae48973ff4c7d (diff)
downloadkotlinx.coroutines-001ee654a9131756b9a588e9092292f046640fc0.tar.gz
Statically include kotlinx_coroutines into kotlinx_coroutines_android am: f174609ee2
Original change: https://android-review.googlesource.com/c/platform/external/kotlinx.coroutines/+/2228537 Change-Id: Ia0718f32fb63380e0e6e9c53af5384161abf7829 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: [