mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add filegroup for trout project to use VehicleHalProto definition" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
03a34b7964
@@ -27,7 +27,17 @@ cc_library_static {
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
srcs: ["VehicleHalProto.proto"]
|
||||
srcs: ["VehicleHalProto.proto"],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "vhal-proto-src",
|
||||
visibility: [
|
||||
"//device/google/trout/hal/vehicle/2.0:__subpackages__",
|
||||
],
|
||||
srcs: [
|
||||
"VehicleHalProto.proto",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
@@ -49,7 +59,7 @@ cc_library_static {
|
||||
"libgrpc++_unsecure",
|
||||
],
|
||||
cflags: [
|
||||
"-Wno-unused-parameter"
|
||||
"-Wno-unused-parameter",
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user