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

Commit 06f3e834 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a libc++ version of ijar for prebuilt use"

parents 7b4c07f1 e19d451f
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++",
}