1cc_library_static {
2 name: "powerhint_schema",
3 host_supported: true,
4 srcs: [
5 "powerhint-schema.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}