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