aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-04 01:08:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-04 01:08:15 +0000
commitb70ad11ddfa132ceb87c985087a69834f836ef9a (patch)
tree65784c6b97053fa540cc2291817a8250d2a7003b
parent65a8ff700894eee37133d94683118ea8ad44c9e8 (diff)
parent8f4851d32831c91ff4f83e8c31242d5671e70305 (diff)
downloadkotlinx.atomicfu-android13-d1-s3-release.tar.gz
Change-Id: Ic8d4da08977c355ed9926782e3250681b63062b6
-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",
+ ],
}