aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:48:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:48:52 +0000
commit4f462ef5a30ddde62afea59a33d989ecf62ee352 (patch)
treeb5498bdb280b07800938f491642847b096839e02
parentd3c9f6f6b4255605c88e4f50ab716c3fc84f874a (diff)
parent82777cc783c4c14cf54bee6b4203f2f13c7aafd1 (diff)
downloadkotlinx.atomicfu-simpleperf-release.tar.gz
Snap for 11400057 from 82777cc783c4c14cf54bee6b4203f2f13c7aafd1 to simpleperf-releasesimpleperf-release
Change-Id: Idac8d1fd7cf907c564051ade49e63856eaccd0ce
-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",