aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: bf41866c2cc6391c25ee0128746116fe63c144e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cc_library_shared {
    name: "libnfnetlink",
    export_include_dirs: ["include"],
    vendor: true,
    srcs: [
        "src/iftable.c",
        "src/libnfnetlink.c",
        "src/rtnl.c",
    ],
    cflags: [
        "-Wno-sign-compare",
	"-Wno-unused-parameter",
	"-Wno-pointer-arith",
    ],
}