Convert libcdm, libcdm_protos build to Android.bp

Bug: 144357647
Test: mm
Change-Id: I8fe167659382303079cb43cff72fbcc06ead8f20
This commit is contained in:
Robert Shih
2019-12-10 21:40:20 -08:00
parent 061b0e7caf
commit 9ea47dc64a
5 changed files with 104 additions and 94 deletions

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",
},
}