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

Commit 27f888f6 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Fix facade.proto include path

Should start from system/bt/gd to make python import path consistent

Test: build
Tag: #refactor
Bug: 181590011
Change-Id: I05dbceb5f5650547131b04b15362c2fbc2733b3e
parent a990e9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -891,7 +891,7 @@ genrule {
        "touch $(genDir)/files/blueberry/tests/gd/cert/__init__.py && " +
        // Bundle topshim proto here for now
        "mkdir -p $(genDir)/files/rust/topshim/facade && " +
        "$(location aprotoc) -Ipackages/modules/Bluetooth/system/gd/rust/topshim/facade --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-python-plugin) packages/modules/Bluetooth/system/gd/rust/topshim/facade/facade.proto --grpc_out=$(genDir)/files/rust/topshim/facade --python_out=$(genDir)/files/rust/topshim/facade && " +
        "$(location aprotoc) -Ipackages/modules/Bluetooth/system/gd --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-python-plugin) packages/modules/Bluetooth/system/gd/rust/topshim/facade/facade.proto --grpc_out=$(genDir)/files --python_out=$(genDir)/files && " +
        "touch $(genDir)/files/rust/__init__.py && " +
        "touch $(genDir)/files/rust/topshim/__init__.py && " +
        "touch $(genDir)/files/rust/topshim/facade/__init__.py && " +