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

View File

@@ -17,7 +17,7 @@
cc_library_static {
name: "libbootloader_message",
srcs: ["bootloader_message.cpp"],
cppflags: [
cflags: [
"-Wall",
"-Werror",
],