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:
parent
d9373cf621
commit
5aa77ca73d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
cc_library_static {
|
||||
name: "libbootloader_message",
|
||||
srcs: ["bootloader_message.cpp"],
|
||||
cppflags: [
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue