1cc_library_static {
2    name: "thermal_HAL_info_config_proto",
3    host_supported: true,
4    srcs: [
5        "thermal_info_config.proto",
6    ],
7    proto: {
8        type: "full",
9        export_proto_headers: true,
10        include_dirs: ["external/protobuf/src"],
11    },
12    cflags: [
13        "-Wall",
14        "-Werror",
15        "-Wno-unused-parameter",
16    ],
17}