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

Commit bff3c45b 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

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

Change-Id: I7f0ad6331dd18e8d1e19813417e50ac0471a9320
parents de4ea080 86f2a4a0
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",