blob: 35383da9d26f308d565e08f364b6ea04e7040ba4 [file] [log] [blame]
// Copyright 2009 Google Inc. All Rights Reserved.
//
// Android.mk for etc1tool
//
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary_host {
name: "etc1tool",
srcs: ["etc1tool.cpp"],
cflags: [
"-Wall",
"-Werror",
],
static_libs: [
"libexpat",
"libpng",
"libETC1",
"libz",
],
target: {
windows: {
enabled: true,
},
},
}