Use -Werror in bootable/recovery
* Move -Werror from cppflags to cflags. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I59147fe24d8b48a0403c67ba07d4d384b8e9c5a3
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
cc_library_static {
|
||||
name: "libbootloader_message",
|
||||
srcs: ["bootloader_message.cpp"],
|
||||
cppflags: [
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user