aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLincoln Atkinson <latkin@google.com>2023-02-01 16:59:09 -0800
committerColin Cross <ccross@android.com>2023-02-07 23:21:22 +0000
commit349a38c9e096cb8320472a4962aef0cdc559d716 (patch)
tree11ca4b5505fb362f6c795c8035657d1ef19d3f1e
parentca095beacadbdfa133f7d8d6931726bdf588a29a (diff)
downloadkotlinx.coroutines-349a38c9e096cb8320472a4962aef0cdc559d716.tar.gz
Test: no longer receiving visibility error during Wear build Bug: 259131112 Change-Id: Ic73f9123bc2834ddcfa6d4e55461d96e03b9096a Merged-In: Ic73f9123bc2834ddcfa6d4e55461d96e03b9096a (cherry picked from commit c7bdfa688bad235e2f8e318358e6608ecc56e5f3)
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 795e5b0a..508a631f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -204,4 +204,5 @@ java_library {
filegroup {
name: "kotlinx-coroutines-play-services",
srcs: ["integration/kotlinx-coroutines-play-services/src/**/*.kt"],
+ visibility: ["//visibility:public"],
}