Rename libz-host -> libz

Test: m host
Change-Id: Ib276431d13b3e1bd243f84a80f69aafc12e71aac
This commit is contained in:
Dan Willemsen 2017-09-27 16:24:45 -07:00
parent 61578ab50b
commit 5cfa006059
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"],
}