aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-21 21:21:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-21 21:21:29 +0000
commitbbdaec1f86271865f4f9d3a1b8499f37331bdbab (patch)
treefb8e3b434718bd37c2559b28992277c125490c45
parent68214c2c76770f7196203b8ce9611a59a530dcb0 (diff)
parentd5f521e041cc62328f839170f039de2ea85b8547 (diff)
downloadgrpc-grpc-java-bbdaec1f86271865f4f9d3a1b8499f37331bdbab.tar.gz
Snap for 8973736 from d5f521e041cc62328f839170f039de2ea85b8547 to mainline-mediaprovider-releaseaml_mpr_331112050aml_mpr_331112030
Change-Id: I8bb4dfdf1651200bc8878e03df735b0b30809336
-rw-r--r--Android.bp2
-rw-r--r--netty/shaded/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 3c03e6ce6..5a37d3779 100644
--- a/Android.bp
+++ b/Android.bp
@@ -63,7 +63,7 @@ java_library {
"grpc-java-protobuf-lite",
"grpc-java-stub",
],
- visibility: ["//packages/modules/Bluetooth/android/blueberry/server"],
+ visibility: ["//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"],
}