Merge \"Add a libc++ version of ijar for prebuilt use\"
am: 06f3e8349f
Change-Id: I284c7c85de71551e608e4210ab71b17e36229e09
This commit is contained in:
commit
38ff3ae039
1 changed files with 14 additions and 0 deletions
|
@ -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++",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue