Jack He | ad18de0 | 2018-03-03 00:03:25 -0800 | [diff] [blame] | 1 | java_library_static { |
| 2 | name: "bluetooth-protos-lite", |
| 3 | host_supported: true, |
| 4 | proto: { |
| 5 | type: "lite", |
| 6 | }, |
weichinweng | a7b61f4 | 2020-04-20 17:48:43 +0800 | [diff] [blame] | 7 | srcs: [ |
| 8 | "bluetooth/metrics/bluetooth.proto", |
| 9 | "bluetooth/bluetoothKeystore/keystore.proto", |
| 10 | ], |
Jack He | ad18de0 | 2018-03-03 00:03:25 -0800 | [diff] [blame] | 11 | } |
| 12 | |
| 13 | cc_library_static { |
| 14 | name: "libbt-protos-lite", |
| 15 | host_supported: true, |
| 16 | proto: { |
| 17 | export_proto_headers: true, |
| 18 | type: "lite", |
| 19 | }, |
weichinweng | a7b61f4 | 2020-04-20 17:48:43 +0800 | [diff] [blame] | 20 | srcs: [ |
| 21 | "bluetooth/metrics/bluetooth.proto", |
| 22 | "bluetooth/bluetoothKeystore/keystore.proto", |
| 23 | ], |
Jack He | ad18de0 | 2018-03-03 00:03:25 -0800 | [diff] [blame] | 24 | } |