zip_archive: Remove unused ziparchive-host
Test: make Change-Id: Ice7fdfb59bc939d075d3be216e48bea46a80e82d
This commit is contained in:
parent
41a9b3c81d
commit
4b97a71cb1
1 changed files with 0 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue