clang is the default compiler since Android nougat Test: mma & verified it´s still build with clang Change-Id: I34adaeef2f6558a09f26027271222bad94780507 Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
12 lines
250 B
Text
12 lines
250 B
Text
cc_library {
|
|
|
|
name: "libpackagelistparser",
|
|
srcs: ["packagelistparser.c"],
|
|
shared_libs: ["liblog"],
|
|
local_include_dirs: ["include"],
|
|
export_include_dirs: ["include"],
|
|
|
|
sanitize: {
|
|
misc_undefined: ["integer"],
|
|
},
|
|
}
|