aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5a37d3779..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/pandora/server"],
+ visibility: [
+ "//packages/modules/Bluetooth/pandora/interfaces",
+ "//packages/modules/Bluetooth/android/pandora/server",
+ ],
}
java_library {