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

Commit e19d451f authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Add a libc++ version of ijar for prebuilt use

I'll remove the old version once we've moved over to the prebuilts.

Change-Id: Ifd8d396f8b653abbe958cd34e69831a6ca378649
parent e6fae504
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -18,3 +18,17 @@ cc_binary_host {
    // libc++ is not supported for TARGET_BUILD_APPS builds
    stl: "libstdc++",
}

cc_binary_host {
    srcs: [
        "classfile.cc",
        "ijar.cc",
        "zip.cc",
    ],
    cflags: [
        "-Wall",
        "-Werror",
    ],
    host_ldlibs: ["-lz"],
    name: "ijar_libc++",
}