OSDN Git Service

[automerger skipped] Merge "DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_a...
[android-x86/system-bt.git] / proto / Android.bp
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