commit | 48ee6ad08f57f6291d5f506a92d78e3f797994e4 | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Tue Aug 15 02:24:26 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 15 02:24:26 2023 +0000 |
tree | 0e720ce7e4c4a13d32233180e3c51e2e034e2d0c | |
parent | 0a49f9619f9f937184437d732798e5a151822cb7 [diff] | |
parent | c32e37f0b2aa2a55a599853c768296d81d6cda0c [diff] |
Merge "Import RFC7421_PREFIX_LENGTH from NetworkStackConstants." into main
diff --git a/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/BpfCoordinatorShimImpl.java b/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/BpfCoordinatorShimImpl.java index 062ecc5..119fbc6 100644 --- a/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/BpfCoordinatorShimImpl.java +++ b/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/BpfCoordinatorShimImpl.java
@@ -17,7 +17,8 @@ package com.android.networkstack.tethering.apishim.api31; import static android.net.netstats.provider.NetworkStatsProvider.QUOTA_UNLIMITED; -import static android.net.util.NetworkConstants.RFC7421_PREFIX_LENGTH; + +import static com.android.net.module.util.NetworkStackConstants.RFC7421_PREFIX_LENGTH; import android.net.IpPrefix; import android.net.MacAddress;