summaryrefslogtreecommitdiffstats
path: root/libsparse
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-27 16:24:45 -0700
committerDan Willemsen <dwillemsen@google.com>2017-09-27 16:24:45 -0700
commit5cfa00605995b655fa652423cc5b60d29cae27a6 (patch)
tree090329fd3ee3a41f3808116f05cda0598ad2bdf9 /libsparse
parent61578ab50be06745dfac57aa106aeb996e5326df (diff)
downloadsystem_core-5cfa00605995b655fa652423cc5b60d29cae27a6.tar.gz
system_core-5cfa00605995b655fa652423cc5b60d29cae27a6.tar.bz2
system_core-5cfa00605995b655fa652423cc5b60d29cae27a6.zip
Rename libz-host -> libz
Test: m host Change-Id: Ib276431d13b3e1bd243f84a80f69aafc12e71aac
Diffstat (limited to 'libsparse')
-rw-r--r--libsparse/Android.bp16
1 files changed, 4 insertions, 12 deletions
diff --git a/libsparse/Android.bp b/libsparse/Android.bp
index 6ec0991c7..b8946563c 100644
--- a/libsparse/Android.bp
+++ b/libsparse/Android.bp
@@ -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,
},