summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorXiao Ma <xiaom@google.com>2020-10-14 21:23:25 +0900
committerXiao Ma <xiaom@google.com>2020-10-27 08:04:29 +0000
commit391474ee9724c04b95aae4e8ffe3cf00e46c9f2c (patch)
tree4d5826e1fcd1e170b8f03784a9ae1149a31daf19 /wifi
parent42c643a2e5058bfbe0dbad3424c77be161f86daa (diff)
Add jarjar rule for IPv6ProvisioningLossQuirk.
A new stable parcelable IPv6ProvisioningLossQuirk added in network stack module, which is used to record the network quirk info which causes IPv6 provisioning loss, e.g. the router lifetime in RA is 0 and the default route will be removed from LinkProperties. Previously this change breaks CtsStrictJavaPackagesTestCases due to a jarjar rule is missed. Also rename the package name based on the revert change. Also include slight stable AIDL package and variable rename. Bug: 157534516 Test: atest CtsStrictJavaPackagesTestCases FrameworksNetTests Change-Id: Ic2f6b75beefb574f7e2fb4c157667e7734eccd05
Diffstat (limited to 'wifi')
-rw-r--r--wifi/jarjar-rules.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/jarjar-rules.txt b/wifi/jarjar-rules.txt
index eef08b54f570..5c0283c680c8 100644
--- a/wifi/jarjar-rules.txt
+++ b/wifi/jarjar-rules.txt
@@ -36,6 +36,7 @@ rule android.net.ipmemorystore.IOnStatusListener* com.android.wifi.x.@0
rule android.net.ipmemorystore.NetworkAttributesParcelable* com.android.wifi.x.@0
rule android.net.ipmemorystore.SameL3NetworkResponseParcelable* com.android.wifi.x.@0
rule android.net.ipmemorystore.StatusParcelable* com.android.wifi.x.@0
+rule android.net.networkstack.aidl.quirks.IPv6ProvisioningLossQuirk* com.android.wifi.x.@0
# Net utils (includes Network Stack helper classes).
rule android.net.DhcpResults* com.android.wifi.x.@0