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

Commit d4c69114 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Add a libipchecksum that contains the C IP checksum code." am: 69b513ce am: dad59e19 am: 532be312 am: 86f2a4a0 am: bff3c45b

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1359262

Change-Id: I18fc67d096c7b27804db37621c6662f65d4a78c2
parents 88a094ab bff3c45b
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",