blob: 19d02a39dae1f35256fa3f4685a6df7cb762860c [file] [log] [blame]
// Copyright (C) 2015 The Android Open Source Project
cc_library {
name: "liblz4",
host_supported: true,
srcs: [
"lz4.c",
"lz4hc.c",
"lz4frame.c",
"xxhash.c",
],
export_include_dirs: ["."],
}