Merge "Use -Werror in development/tools/etc1tool" am: 0fb565459f

am: 77e8b704ef

Change-Id: I84720e1e41c70cf3176e59d5a6457fbd64a20578
This commit is contained in:
Chih-Hung Hsieh
2017-11-04 04:19:30 +00:00
committed by android-build-merger

View File

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