Merge "zip_archive: Remove unused ziparchive-host"

am: 4adb4ce223

Change-Id: I4fc662198b3e281b19cd98e9977fde7357a988e1
This commit is contained in:
Narayan Kamath 2017-10-27 08:34:23 +00:00 committed by android-build-merger
commit 5cc1bd65ed
1 changed files with 0 additions and 13 deletions

View File

@ -86,19 +86,6 @@ cc_library {
},
}
// Also provide libziparchive-host until everything is switched over to using libziparchive
cc_library {
name: "libziparchive-host",
host_supported: true,
device_supported: false,
defaults: [
"libziparchive_defaults",
"libziparchive_flags",
],
shared_libs: ["libz"],
static_libs: ["libutils"],
}
// Tests.
cc_test {
name: "ziparchive-tests",