blob: cfc6aecdf0879bcaecd2c3f8b1b7b0f768b36fc4 [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",
],
static_libs: [
"libandroidfw",
"libutils",
"libcutils",
"liblog",
"libzopfli",
"libz",
],
target: {
windows: {
host_ldlibs: ["-lpthread"],
enabled: true,
},
},
}