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