blob: dc484e5e2a062f3112bf1c18854a96003efda0d0 [file] [log] [blame]
cc_library_static {
name: "powerhint_schema",
host_supported: true,
srcs: [
"powerhint-schema.proto",
],
proto: {
type: "full",
export_proto_headers: true,
include_dirs: ["external/protobuf/src"],
},
cflags: [
"-Wall",
"-Werror",
"-Wno-unused-parameter",
],
}