Merge "Use -Werror in bootable/recovery" am: 88aa128e22
am: b5437e3e1b
am: e4be0899b2
Change-Id: Ib492fc1163288752d3ceb45569aa7a9f9c2aab6f
This commit is contained in:
commit
4cf96b1632
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libbootloader_message",
|
name: "libbootloader_message",
|
||||||
srcs: ["bootloader_message.cpp"],
|
srcs: ["bootloader_message.cpp"],
|
||||||
cppflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Werror",
|
"-Werror",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue