mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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