blob: 67f77d6b2cdb480590967ad47dce6db581644108 [file] [log] [blame]
Ajay Panicker341ab2b2018-01-03 14:23:44 -08001cc_library_static {
2 name: "lib-bt-packets-base",
Myles Watson65d24fb2018-02-13 10:33:54 -08003 defaults: ["libchrome_support_defaults"],
Ajay Panicker341ab2b2018-01-03 14:23:44 -08004 export_include_dirs: ["./"],
5 host_supported: true,
6 srcs: [
7 "packet.cc",
8 "iterator.cc",
9 "packet_builder.cc",
10 ],
Myles Watson65d24fb2018-02-13 10:33:54 -080011}