Merge "Use -Werror in development/tools/etc1tool"

This commit is contained in:
Treehugger Robot
2017-11-04 04:13:29 +00:00
committed by Gerrit Code Review

View File

@@ -8,6 +8,11 @@ cc_binary_host {
srcs: ["etc1tool.cpp"], srcs: ["etc1tool.cpp"],
cflags: [
"-Wall",
"-Werror",
],
static_libs: [ static_libs: [
"libexpat", "libexpat",
"libpng", "libpng",