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

am: 0fb565459f

Change-Id: I71754190fc5d738c4cdd0302bb6a534439a85163
This commit is contained in:
Chih-Hung Hsieh
2017-11-04 04:16:56 +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",