blob: ccd2b3b3b65d08e41702b9442a9f6a4f4f541c32 [file] [log] [blame]
java_library_static {
name: "bluetooth-protos-lite",
host_supported: true,
proto: {
type: "lite",
},
srcs: [
"bluetooth/metrics/bluetooth.proto",
"bluetooth/bluetoothKeystore/keystore.proto",
],
}
cc_library_static {
name: "libbt-protos-lite",
host_supported: true,
proto: {
export_proto_headers: true,
type: "lite",
},
srcs: [
"bluetooth/metrics/bluetooth.proto",
"bluetooth/bluetoothKeystore/keystore.proto",
],
}