android_system_core/libpackagelistparser/Android.bp
Lennart Wieboldt cd15fc7ba8 Remove LOCAL_CLANG and clang: true
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>
2017-07-25 14:29:50 +02:00

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"],
},
}