• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_binary {
2    name: "nfacct",
3
4    cflags: [
5        "-Wall",
6        "-Werror",
7        "-Wno-format",
8        "-Wno-unused-parameter",
9        "-Wno-unused-variable",
10
11        "-DHAVE_LIBNL20",
12    ],
13
14    srcs: ["nfacct.c"],
15
16    shared_libs: ["libnl"],
17}
18