Home | History | Annotate | Download | only in libnfnetlink
      1 cc_library_shared {
      2     name: "libnfnetlink",
      3     export_include_dirs: ["include"],
      4     vendor: true,
      5     srcs: [
      6         "src/iftable.c",
      7         "src/libnfnetlink.c",
      8         "src/rtnl.c",
      9     ],
     10     cflags: [
     11         "-Wall",
     12         "-Werror",
     13         "-Wno-error=pointer-sign",
     14         "-Wno-sign-compare",
     15         "-Wno-unused-parameter",
     16         "-Wno-pointer-arith",
     17     ],
     18 }
     19