commit | 2e4280dfe18bdb9d49c5047386372aefd81eefd7 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Sun Jan 20 11:47:12 2019 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Wed Jan 30 12:33:29 2019 +0900 |
tree | f2b98fc2cfe0332d0a2d6d0b29057112a80afc70 | |
parent | 2648b801ed77546f72e9b0e5373637396fed96a1 [diff] [blame] |
Move checksum code from clatd to libnetutils. This allows us to use it elsewhere, for example, in netd. Bug: 65674744 Test: builds, boots Test: atest clatd_test clatd_microbenchmark Change-Id: I262ddd4176dabc3b10758fb0b4eb09643aa4911c
diff --git a/libnetutils/Android.bp b/libnetutils/Android.bp index 1d43775..268496f 100644 --- a/libnetutils/Android.bp +++ b/libnetutils/Android.bp
@@ -6,6 +6,7 @@ }, srcs: [ + "checksum.c", "dhcpclient.c", "dhcpmsg.c", "ifc_utils.c",