Add filegroup for trout project to use VehicleHalProto definition
Other virtualization specific definitions and build rules will be moved to /device/google/trout in the following patches. Keep them for now so that we will not break the build. Test: build Bug: 148816426 Change-Id: I8a579346b55aa812db3dd30a34050c9515f7a68d
This commit is contained in:
parent
6b2eaec3a6
commit
efc31de2b6
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