zipalign: Fix build failure in static_sdk_tools.
Convert all dependencies to static deps. Test: make -j50 static_sdk_tools BUILD_HOST_static=1 Bug: 35246701 Bug: 68804545 Change-Id: Ia46ac30e5c05226f1bfec82a84f05e4be945bf74
This commit is contained in:
parent
bd532fbf2e
commit
887c645e02
1 changed files with 5 additions and 6 deletions
|
@ -15,19 +15,18 @@ cc_binary_host {
|
|||
|
||||
cflags: ["-Wall", "-Werror"],
|
||||
|
||||
// NOTE: Do not add any shared_libs dependencies because they will break the
|
||||
// static_sdk_tools target.
|
||||
static_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libziparchive",
|
||||
"libz",
|
||||
"libbase",
|
||||
"libzopfli",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libz",
|
||||
"libziparchive"
|
||||
],
|
||||
|
||||
target: {
|
||||
windows: {
|
||||
host_ldlibs: ["-lpthread"],
|
||||
|
|
Loading…
Reference in a new issue