Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de3272a8 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "zip_archive: Remove unused ziparchive-host" am: 4adb4ce2 am: 5cc1bd65

am: 24403233

Change-Id: I132454e29ee2d9406a01cf5465a44255111e94e7
parents e314303f 24403233
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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",