Merge from http://go/wvgerrit/105767 To avoid conflict with metrics.proto in frameworks/av/drm/libmediadrm/proto. This is in preparation of moving metrics_dump tool to build under Android. bug: 161783052 Test: unit test Test: Play Movies & Tv and Netflix streaming Change-Id: I2406b66db4d61cca7c6260ea8847a555d96c8d42
21 lines
253 B
Plaintext
21 lines
253 B
Plaintext
cc_library {
|
|
|
|
name: "libcdm_metrics_protos",
|
|
vendor: true,
|
|
|
|
srcs: [
|
|
"wv_metrics.proto",
|
|
],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
|
|
proto: {
|
|
export_proto_headers: true,
|
|
type: "full",
|
|
},
|
|
|
|
}
|