aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:07:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:07:16 +0000
commita8e8ef60fa95315497b4c087e4fb4c307c03c01d (patch)
tree855424933e4aa2fa6553a33e2a94359a6e0a4ed6
parentd512fb58b44bf21dc03de3d56631c21fc7593ea8 (diff)
parent418811cc4c3644ea58ba6cbaddb6a0bd5ab8d0ae (diff)
downloadgrpc-grpc-java-android13-qpr3-s2-release.tar.gz
Change-Id: I08e6867860e718f036be00cad457afd413cd6320
-rw-r--r--Android.bp5
-rw-r--r--netty/shaded/Android.bp2
2 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 3c03e6ce6..bb18eba88 100644
--- a/Android.bp
+++ b/Android.bp
@@ -63,7 +63,10 @@ java_library {
"grpc-java-protobuf-lite",
"grpc-java-stub",
],
- visibility: ["//packages/modules/Bluetooth/android/blueberry/server"],
+ visibility: [
+ "//packages/modules/Bluetooth/pandora/interfaces",
+ "//packages/modules/Bluetooth/android/pandora/server",
+ ],
}
java_library {
diff --git a/netty/shaded/Android.bp b/netty/shaded/Android.bp
index e4563a1ca..3fe93f0fd 100644
--- a/netty/shaded/Android.bp
+++ b/netty/shaded/Android.bp
@@ -40,5 +40,5 @@ java_library {
static_libs: [
"grpc-netty-shaded-1.16.1-jar",
],
- visibility: ["//packages/modules/Bluetooth/android/blueberry/server"],
+ visibility: ["//packages/modules/Bluetooth/android/pandora/server"],
}