lmkd: Enable stricter compiler checks am: e538ba2df6
Change-Id: Ife625c2ab0886cd9333269edb92d5e39447b15f8
This commit is contained in:
commit
38855fe192
|
|
@ -27,7 +27,12 @@ cc_binary {
|
|||
"liblmkd_utils",
|
||||
],
|
||||
local_include_dirs: ["include"],
|
||||
cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wextra",
|
||||
"-DLMKD_TRACE_KILLS"
|
||||
],
|
||||
init_rc: ["lmkd.rc"],
|
||||
defaults: ["stats_defaults"],
|
||||
logtags: ["event.logtags"],
|
||||
|
|
@ -39,6 +44,7 @@ cc_library_static {
|
|||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wextra",
|
||||
],
|
||||
defaults: ["stats_defaults"],
|
||||
shared_libs: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue