Merge "Use -Werror in development/tools/etc1tool"
am: 0fb565459f
Change-Id: I71754190fc5d738c4cdd0302bb6a534439a85163
This commit is contained in:
@@ -8,6 +8,11 @@ cc_binary_host {
|
|||||||
|
|
||||||
srcs: ["etc1tool.cpp"],
|
srcs: ["etc1tool.cpp"],
|
||||||
|
|
||||||
|
cflags: [
|
||||||
|
"-Wall",
|
||||||
|
"-Werror",
|
||||||
|
],
|
||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libexpat",
|
"libexpat",
|
||||||
"libpng",
|
"libpng",
|
||||||
|
|||||||
Reference in New Issue
Block a user