lmkd: Enable stricter compiler checks am: 5096d16091

Change-Id: I36d6b5276ac8cc8012c584069fe546584a592fb8
This commit is contained in:
Suren Baghdasaryan 2020-05-20 00:28:32 +00:00 committed by Automerger Merge Worker
commit 2b90436606
1 changed files with 7 additions and 1 deletions

View File

@ -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: [