Replace libziparchive-host with libziparchive

libziparchive-host is no longer necessary, and mixing libziparchive-host
and libziparchive can cause ODR violations.

Change-Id: I623c0c5579e28f26a6e1db7bd953f33ed1ca68cd
This commit is contained in:
Colin Cross
2016-08-26 11:15:17 -07:00
parent 0a357a1a73
commit 9a1a3bcb16
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ aaptHostStaticLibs := \
liblog \
libcutils \
libexpat \
libziparchive-host \
libziparchive \
libbase
aaptCFlags := -DAAPT_VERSION=\"$(BUILD_NUMBER_FROM_FILE)\"

View File

@@ -126,7 +126,7 @@ hostStaticLibs := \
liblog \
libcutils \
libexpat \
libziparchive-host \
libziparchive \
libpng \
libbase \
libprotobuf-cpp-lite

View File

@@ -51,7 +51,7 @@ hostStaticLibs := \
liblog \
libcutils \
libexpat \
libziparchive-host \
libziparchive \
libbase
cFlags := -Wall -Werror