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

Commit dad59e19 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: 69b513ce

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

Change-Id: Ic463de260325ad19bd7889282f0a50b87013f459
parents 14bc7fb7 69b513ce
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",