blob: 2aa64504e5423af045742f327a31f296f957fd31 [file] [log] [blame]
//
// Copyright 2008 The Android Open Source Project
//
// Zip alignment tool
//
cc_binary_host {
name: "zipalign",
srcs: [
"ZipAlign.cpp",
"ZipEntry.cpp",
"ZipFile.cpp",
],
cflags: ["-Wall", "-Werror"],
static_libs: [
"libandroidfw",
"libutils",
"libcutils",
"liblog",
"libzopfli",
"libz",
],
target: {
windows: {
host_ldlibs: ["-lpthread"],
enabled: true,
},
},
}