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

am: 06f3e8349f

Change-Id: I284c7c85de71551e608e4210ab71b17e36229e09
This commit is contained in:
Dan Willemsen 2016-06-14 20:04:21 +00:00 committed by android-build-merger
commit 38ff3ae039

View file

@ -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++",
}