cc_library_static { | |
name: "libxz", | |
host_supported: true, | |
srcs: [ | |
"linux/lib/xz/xz_crc32.c", | |
"linux/lib/xz/xz_dec_bcj.c", | |
"linux/lib/xz/xz_dec_lzma2.c", | |
"linux/lib/xz/xz_dec_stream.c", | |
], | |
include_dirs: ["external/xz-embedded/userspace/"], | |
// Enable branch/call/jump filters. See http://b/27817327. | |
cflags: [ | |
"-DXZ_DEC_X86", | |
"-DXZ_DEC_ARM", | |
"-DXZ_DEC_ARMTHUMB", | |
"-Wall", | |
"-Werror", | |
], | |
export_include_dirs: ["linux/include/linux/"], | |
} |