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 | }, | ||||
7 | srcs: ["bluetooth/metrics/bluetooth.proto"], | ||||
8 | } | ||||
9 | |||||
10 | cc_library_static { | ||||
11 | name: "libbt-protos-lite", | ||||
12 | host_supported: true, | ||||
13 | proto: { | ||||
14 | export_proto_headers: true, | ||||
15 | type: "lite", | ||||
16 | }, | ||||
17 | srcs: ["bluetooth/metrics/bluetooth.proto"], | ||||
18 | } | ||||
19 |