blob: e1e4d16886b504b58a47b73fc1143808078e00e5 [file] [log] [blame]
// Copyright 2013 The Android Open Source Project
//
cc_library_static {
name: "libxz",
host_supported: true,
srcs: [
"xz_crc32.c",
"xz_dec_bcj.c",
"xz_dec_lzma2.c",
"xz_dec_stream.c",
],
export_include_dirs: ["."],
}