aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnvesh Renikindi <renikindi@google.com>2024-01-31 18:41:53 +0000
committerAnvesh Renikindi <renikindi@google.com>2024-01-31 18:43:39 +0000
commit82777cc783c4c14cf54bee6b4203f2f13c7aafd1 (patch)
treeb5498bdb280b07800938f491642847b096839e02
parent3dde2c18416ced602f28bffcf61c66633e15a576 (diff)
downloadkotlinx.atomicfu-82777cc783c4c14cf54bee6b4203f2f13c7aafd1.tar.gz
Added visibility
Change-Id: I40e8817d0ad07b37bd41fdc61895136d070e210b Test: prebuilts
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 23d101a..2c80b65 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,7 +31,10 @@ java_library {
kotlincflags: [
"-Xmulti-platform",
],
- visibility: ["//external/kotlinx.coroutines"],
+ visibility: [
+ "//external/kotlinx.coroutines",
+ "//prebuilts/sdk/current/androidx:__subpackages__",
+ ],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",