Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f9876a1 authored by Charlie Boutier's avatar Charlie Boutier
Browse files

[Pandora] - Add external pandora interfaces

Test: atest pts-bot
Bug: 260774624

Change-Id: I73c0ab1cc121c210f0c54478e7ba26e27cadfdd6
parent 62e57dd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ java_library_static {
        "opencensus-java-api",
        "kotlin-test",
        "kotlinx_coroutines",
        "pandora-grpc-java",
        "pandora-proto-java",
        "pandora_experimental-grpc-java",
        "pandora_experimental-proto-java",
        "opencensus-java-contrib-grpc-metrics",
    ],
}
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ package {
}

java_library {
    name: "pandora-grpc-java",
    name: "pandora_experimental-grpc-java",
    visibility: ["//packages/modules/Bluetooth/android/pandora/server"],
    srcs: [
        "pandora_experimental/*.proto",
@@ -14,7 +14,7 @@ java_library {
        "javax_annotation-api_1.3.2",
        "libprotobuf-java-lite",
        "opencensus-java-api",
        "pandora-proto-java",
        "pandora_experimental-proto-java",
    ],
    proto: {
        include_dirs: [
@@ -29,7 +29,7 @@ java_library {
}

java_library {
    name: "pandora-proto-java",
    name: "pandora_experimental-proto-java",
    visibility: ["//packages/modules/Bluetooth/android/pandora/server"],
    srcs: [
        "pandora_experimental/*.proto",
+15 −0
Original line number Diff line number Diff line

// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

syntax = "proto3";

option java_outer_classname = "A2dpProto";