Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03a34b79 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add filegroup for trout project to use VehicleHalProto definition" into rvc-dev

parents b0219818 efc31de2
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -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",
    ],
}