Merge "Rename libz-host -> libz"

am: 612b47630f

Change-Id: If89115814856b306b7d00be89653305a1482e810
This commit is contained in:
Dan Willemsen 2017-09-28 22:57:38 +00:00 committed by android-build-merger
commit b961c07f50
2 changed files with 6 additions and 24 deletions

View File

@ -15,19 +15,11 @@ cc_library {
cflags: ["-Werror"],
local_include_dirs: ["include"],
export_include_dirs: ["include"],
shared_libs: [
"libz",
"libbase",
],
target: {
host: {
shared_libs: [
"libz-host",
"libbase",
],
},
android: {
shared_libs: [
"libz",
"libbase",
],
},
windows: {
enabled: true,
},

View File

@ -69,11 +69,11 @@ cc_library {
shared_libs: [
"liblog",
"libbase",
"libz",
],
target: {
android: {
shared_libs: [
"libz",
"libutils",
],
},
@ -81,18 +81,8 @@ cc_library {
static_libs: ["libutils"],
},
linux_bionic: {
static_libs: ["libz"],
enabled: true,
},
linux: {
shared_libs: ["libz-host"],
},
darwin: {
shared_libs: ["libz-host"],
},
windows: {
shared_libs: ["libz-host"],
},
},
}
@ -105,7 +95,7 @@ cc_library {
"libziparchive_defaults",
"libziparchive_flags",
],
shared_libs: ["libz-host"],
shared_libs: ["libz"],
static_libs: ["libutils"],
}