From 77f1855d3a9d6d452dc5bb679fb58d37610213cb Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 30 Jul 2021 19:21:57 -0700 Subject: Make kotlinx_atomicfu available to apexes kotlinx_atomicfu is used when kotlinx_coroutines is built from source, make it available to apexes. Test: m checkbuild Change-Id: I12262a578276aa15d503fe50535662b643857447 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) 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", + ], } -- cgit v1.2.3