1// Copyright (C) 2015 The Android Open Source Project
2
3cc_library {
4    name: "liblz4",
5    vendor_available: true,
6    host_supported: true,
7    srcs: [
8        "lz4.c",
9        "lz4hc.c",
10        "lz4frame.c",
11        "xxhash.c",
12    ],
13    export_include_dirs: ["."],
14}
15