Source release 16.2.0

This commit is contained in:
John W. Bruce
2020-04-10 16:13:07 -07:00
parent 1ff9f8588a
commit b830b1d1fb
883 changed files with 509706 additions and 143739 deletions

20
metrics/src/Android.bp Normal file
View File

@@ -0,0 +1,20 @@
cc_library {
name: "libcdm_metrics_protos",
vendor: true,
srcs: [
"metrics.proto",
],
cflags: [
"-Wall",
"-Werror",
],
proto: {
export_proto_headers: true,
type: "full",
},
}