Merge "Add filegroup for trout project to use VehicleHalProto definition" into rvc-dev am: 03a34b7964
Change-Id: Ic8be5c91a154c7dc04d0820994060250fa2306a8
This commit is contained in:
commit
91c9d6f16e
1 changed files with 12 additions and 2 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue