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:
Hao Chen 2020-04-06 16:11:18 -07:00
parent 6b2eaec3a6
commit efc31de2b6

View file

@ -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",
],
}