Merge "Add a libipchecksum that contains the C IP checksum code." am: 69b513ce09
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1359262 Change-Id: Ic463de260325ad19bd7889282f0a50b87013f459
This commit is contained in:
commit
dad59e192d
1 changed files with 15 additions and 0 deletions
|
|
@ -23,6 +23,21 @@ cc_library_shared {
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_library_static {
|
||||||
|
name: "libipchecksum",
|
||||||
|
|
||||||
|
srcs: [
|
||||||
|
"checksum.c",
|
||||||
|
],
|
||||||
|
|
||||||
|
cflags: [
|
||||||
|
"-Wall",
|
||||||
|
"-Werror",
|
||||||
|
],
|
||||||
|
|
||||||
|
export_include_dirs: ["include"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "dhcpdbg",
|
name: "dhcpdbg",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue