21 lines
250 B
Plaintext
21 lines
250 B
Plaintext
cc_library {
|
|
|
|
name: "libcdm_metrics_protos",
|
|
vendor: true,
|
|
|
|
srcs: [
|
|
"metrics.proto",
|
|
],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
|
|
proto: {
|
|
export_proto_headers: true,
|
|
type: "full",
|
|
},
|
|
|
|
}
|