Files
2023-10-13 14:01:41 +00:00

29 lines
392 B
Plaintext

// 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,
},
},
}