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:
Chih-Hung Hsieh 2017-10-02 11:44:52 -07:00
parent d9373cf621
commit 5aa77ca73d

View file

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