25 lines
521 B
Plaintext
25 lines
521 B
Plaintext
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",
|
|
],
|
|
}
|