• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_headers {
2    name: "libtextclassifier_hash_headers",
3    vendor_available: true,
4    export_include_dirs: ["."],
5}
6
7cc_library_shared {
8    name: "libtextclassifier_hash",
9    vendor_available: true,
10    srcs: [
11        "util/hash/farmhash.cc",
12        "util/hash/hash.cc"
13    ],
14    cflags: [
15        "-DNAMESPACE_FOR_HASH_FUNCTIONS=farmhash"
16    ],
17}
18