blob: a8c712a3336d6653deb64c01d2762e815b87ff9c [file] [log] [blame]
Remi NGUYEN VAN1b57e8e2019-02-14 18:19:14 +09001rule com.android.internal.util.** android.net.networkstack.util.@1
2
3rule android.net.shared.Inet4AddressUtils* android.net.networkstack.shared.Inet4AddressUtils@1
4rule android.net.shared.InetAddressUtils* android.net.networkstack.shared.InetAddressUtils@1
5
6# Ignore DhcpResultsParcelable, but jarjar DhcpResults
7# TODO: move DhcpResults into services.net and delete from here
8rule android.net.DhcpResultsParcelable* @0
9rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
10rule android.net.LocalLog* android.net.networkstack.LocalLog@1
11
12# TODO: remove from framework dependencies, then remove here
13rule android.net.InterfaceConfigurationParcel* android.net.networkstack.InterfaceConfigurationParcel@1
14rule android.net.TetherStatsParcel* android.net.networkstack.TetherStatsParcel@1
15
16# Used by UidRange, which is used by framework classes such as NetworkCapabilities.
17rule android.net.UidRangeParcel* android.net.networkstack.UidRangeParcel@1
18# TODO: move TcpKeepalivePacketData to services.net and delete
19rule android.net.TcpKeepalivePacketDataParcelable* android.net.networkstack.TcpKeepalivePacketDataParcelable@1