aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-07-30 19:21:57 -0700
committerColin Cross <ccross@android.com>2021-07-30 19:21:57 -0700
commit77f1855d3a9d6d452dc5bb679fb58d37610213cb (patch)
tree65784c6b97053fa540cc2291817a8250d2a7003b
parent785d680dd1f463571636d89deef488b7b4d889c9 (diff)
downloadkotlinx.atomicfu-android-s-beta-5.tar.gz
Make kotlinx_atomicfu available to apexesandroid-s-beta-5android-s-beta-5
kotlinx_atomicfu is used when kotlinx_coroutines is built from source, make it available to apexes. Test: m checkbuild Change-Id: I12262a578276aa15d503fe50535662b643857447
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 94614fa..23d101a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,4 +32,8 @@ java_library {
"-Xmulti-platform",
],
visibility: ["//external/kotlinx.coroutines"],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}