summaryrefslogtreecommitdiff
path: root/NativeCode.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-27 16:22:54 -0700
committerDan Willemsen <dwillemsen@google.com>2017-09-27 16:22:54 -0700
commit82553c79a0cdce16e5672a9e73d3b06898a0284d (patch)
tree9f57aa8a55f76be39c921e29e9fe6be35b81e996 /NativeCode.bp
parent03e4ff97a4f3e41f5c28bf371a8a15c7645d895c (diff)
Rename libz-host -> libz
Test: m host Change-Id: I67439cf5a4f5b5eb824467eba4b357fa1f10c8a7
Diffstat (limited to 'NativeCode.bp')
-rw-r--r--NativeCode.bp14
1 files changed, 2 insertions, 12 deletions
diff --git a/NativeCode.bp b/NativeCode.bp
index fbba1df450..050f29fdc9 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -66,6 +66,7 @@ cc_library_shared {
"libicuuc",
"libicui18n",
"libnativehelper",
+ "libz",
],
static_libs: [
"libziparchive",
@@ -75,12 +76,6 @@ cc_library_shared {
android: {
shared_libs: [
"libutils",
- "libz",
- ],
- },
- host: {
- shared_libs: [
- "libz-host",
],
},
},
@@ -111,6 +106,7 @@ cc_defaults {
"libcrypto",
"libicuuc",
"libssl",
+ "libz",
"libnativehelper",
],
@@ -125,12 +121,6 @@ cc_defaults {
"-D__GLIBC__",
],
},
- android: {
- shared_libs: ["libz"],
- },
- host: {
- shared_libs: ["libz-host"],
- },
},
notice: "ojluni/NOTICE",