Fix build error
Test: no longer receiving visibility error during Wear build
Bug: 259131112
Change-Id: Ic73f9123bc2834ddcfa6d4e55461d96e03b9096a
Merged-In: Ic73f9123bc2834ddcfa6d4e55461d96e03b9096a
(cherry picked from commit c7bdfa688bad235e2f8e318358e6608ecc56e5f3)
diff --git a/Android.bp b/Android.bp
index 795e5b0..508a631 100644
--- a/Android.bp
+++ b/Android.bp
@@ -204,4 +204,5 @@
filegroup {
name: "kotlinx-coroutines-play-services",
srcs: ["integration/kotlinx-coroutines-play-services/src/**/*.kt"],
+ visibility: ["//visibility:public"],
}