Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69b513ce authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a libipchecksum that contains the C IP checksum code."

parents d7b4fe95 3b56a022
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -23,6 +23,21 @@ cc_library_shared {
    export_include_dirs: ["include"],
}

cc_library_static {
    name: "libipchecksum",

    srcs: [
        "checksum.c",
    ],

    cflags: [
        "-Wall",
        "-Werror",
    ],

    export_include_dirs: ["include"],
}

cc_binary {
    name: "dhcpdbg",