Merge "Use -Werror in bootable/recovery"

This commit is contained in:
Treehugger Robot
2017-10-02 20:25:32 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -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",
], ],