blob: ccd2b3b3b65d08e41702b9442a9f6a4f4f541c32 [file] [log] [blame]
Jack Head18de02018-03-03 00:03:25 -08001java_library_static {
2 name: "bluetooth-protos-lite",
3 host_supported: true,
4 proto: {
5 type: "lite",
6 },
weichinwenga7b61f42020-04-20 17:48:43 +08007 srcs: [
8 "bluetooth/metrics/bluetooth.proto",
9 "bluetooth/bluetoothKeystore/keystore.proto",
10 ],
Jack Head18de02018-03-03 00:03:25 -080011}
12
13cc_library_static {
14 name: "libbt-protos-lite",
15 host_supported: true,
16 proto: {
17 export_proto_headers: true,
18 type: "lite",
19 },
weichinwenga7b61f42020-04-20 17:48:43 +080020 srcs: [
21 "bluetooth/metrics/bluetooth.proto",
22 "bluetooth/bluetoothKeystore/keystore.proto",
23 ],
Jack Head18de02018-03-03 00:03:25 -080024}