1java_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 10cc_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 20