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

Commit 7b5dcefe authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Only include common.proto when used

am: 7551ad4e

Change-Id: I4ab7f755604d99fdd66bf3cedc9344c167ee61f0
parents c2fcccac 7551ad4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ syntax = "proto3";
package bluetooth.hal;

import "google/protobuf/empty.proto";
import "facade/common.proto";

service HciHalFacade {
  rpc SendHciResetCommand(google.protobuf.Empty) returns (google.protobuf.Empty) {}
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ syntax = "proto3";
package bluetooth.hci;

import "google/protobuf/empty.proto";
import "facade/common.proto";

service HciLayerFacade {
  rpc EnqueueCommandWithComplete(CommandMsg) returns (google.protobuf.Empty) {}
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include "hci/facade/le_advertising_manager_facade.pb.h"
#include "hci/le_advertising_manager.h"
#include "os/log.h"
#include "packet/raw_builder.h"

namespace bluetooth {
namespace hci {
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ syntax = "proto3";
package bluetooth.neighbor;

import "google/protobuf/empty.proto";
import "facade/common.proto";

service NeighborFacade {
  rpc SetConnectability(EnableMsg) returns (google.protobuf.Empty) {}