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

Commit 7994f3fe authored by Martin Brabham's avatar Martin Brabham
Browse files

Add include for google protobufs

Bug: 220174310
Test: mm -j $(nproc) device-tests platform_tests
Tag: #floss
Change-Id: Ib54e6ed2e29c183e14acaf38ec83d3359a00016c
parent efd31de1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ genrule {
        "protoc-gen-grpc-python-plugin",
        "soong_zip",
    ],
    cmd: "$(location aprotoc) --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-python-plugin) -Ipackages/modules/Bluetooth/system $(in) --grpc_out=$(genDir) --python_out=$(genDir)",
    cmd: "$(location aprotoc) --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-python-plugin) -Iexternal/protobuf/src -Ipackages/modules/Bluetooth/system $(in) --grpc_out=$(genDir) --python_out=$(genDir)",
    srcs: ["blueberry/facade/topshim/facade.proto"],
    out: [
        "blueberry/facade/topshim/facade_pb2.py",