1 cc_library_static { 2 name: "lib-bt-packets-base", 3 defaults: ["libchrome_support_defaults"], 4 export_include_dirs: ["./"], 5 host_supported: true, 6 srcs: [ 7 "packet.cc", 8 "iterator.cc", 9 "packet_builder.cc", 10 ], 11 } 12