mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Sandbox VehicleServerProtoStub_cc/h@default-grpc" into main am: 73c04536b0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2838463 Change-Id: I9d1fce774f527235d7663d71622035c970bcf774 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -22,9 +22,11 @@ genrule {
|
|||||||
"aprotoc",
|
"aprotoc",
|
||||||
"protoc-gen-grpc-cpp-plugin",
|
"protoc-gen-grpc-cpp-plugin",
|
||||||
],
|
],
|
||||||
cmd: "$(location aprotoc) -I$$(dirname $(in)) -Ihardware/interfaces/automotive/vehicle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cpp-plugin) $(in) --grpc_out=$(genDir) --cpp_out=$(genDir)",
|
cmd: "$(location aprotoc) -I$$(dirname $(location proto/VehicleServer.proto)) -Ihardware/interfaces/automotive/vehicle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cpp-plugin) $(location proto/VehicleServer.proto) --grpc_out=$(genDir) --cpp_out=$(genDir)",
|
||||||
srcs: [
|
srcs: [
|
||||||
"proto/VehicleServer.proto",
|
"proto/VehicleServer.proto",
|
||||||
|
":libprotobuf-internal-protos",
|
||||||
|
":VehicleHalProtoFiles",
|
||||||
],
|
],
|
||||||
out: [
|
out: [
|
||||||
"VehicleServer.pb.h",
|
"VehicleServer.pb.h",
|
||||||
@@ -39,9 +41,11 @@ genrule {
|
|||||||
"aprotoc",
|
"aprotoc",
|
||||||
"protoc-gen-grpc-cpp-plugin",
|
"protoc-gen-grpc-cpp-plugin",
|
||||||
],
|
],
|
||||||
cmd: "$(location aprotoc) -I$$(dirname $(in)) -Ihardware/interfaces/automotive/vehicle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cpp-plugin) $(in) --grpc_out=$(genDir) --cpp_out=$(genDir)",
|
cmd: "$(location aprotoc) -I$$(dirname $(location proto/VehicleServer.proto)) -Ihardware/interfaces/automotive/vehicle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cpp-plugin) $(location proto/VehicleServer.proto) --grpc_out=$(genDir) --cpp_out=$(genDir)",
|
||||||
srcs: [
|
srcs: [
|
||||||
"proto/VehicleServer.proto",
|
"proto/VehicleServer.proto",
|
||||||
|
":libprotobuf-internal-protos",
|
||||||
|
":VehicleHalProtoFiles",
|
||||||
],
|
],
|
||||||
out: [
|
out: [
|
||||||
"VehicleServer.pb.cc",
|
"VehicleServer.pb.cc",
|
||||||
|
|||||||
Reference in New Issue
Block a user