commit | 747c9b9af56f596a4914b845d399c8b5e770261b | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Sat Apr 29 05:24:29 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Apr 29 05:24:29 2023 +0000 |
tree | 995a9f6c4e33afd7f965580c47b8d3bca4ee97e5 | |
parent | c846e0f0c16438ba41083b55efa1be7378532e95 [diff] | |
parent | 8c4fd4bf0bd80d2536c465a8546d01d537c63d25 [diff] |
Merge "Allow using isFeatureEnabled on APEX module init"
diff --git a/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java b/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java index aa2dd4c..96f6aac 100644 --- a/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java +++ b/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java
@@ -135,7 +135,7 @@ * - https://tools.ietf.org/html/rfc792 */ public static final int ICMP_CHECKSUM_OFFSET = 2; - + public static final int ICMP_HEADER_LEN = 8; /** * ICMPv6 constants. *