Convert libcdm, libcdm_protos build to Android.bp
Bug: 144357647 Test: mm Change-Id: I8fe167659382303079cb43cff72fbcc06ead8f20
This commit is contained in:
20
libwvdrmengine/cdm/metrics/src/Android.bp
Normal file
20
libwvdrmengine/cdm/metrics/src/Android.bp
Normal 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",
|
||||
},
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user