Files
Android11/system/bt/proto/Android.bp
2023-10-13 14:01:41 +00:00

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