blob: a9fec7df3724c441c9cc6989340c9812ac194dd8 [file] [log] [blame]
cc_library {
name: "libpackagelistparser",
srcs: ["packagelistparser.c"],
shared_libs: ["liblog"],
local_include_dirs: ["include"],
export_include_dirs: ["include"],
sanitize: {
misc_undefined: ["integer"],
},
}