blob: 8f0023da7f17b7301dae3319e68a36294ea02c3f [file] [log] [blame]
Luke Huang854b5ae2020-06-16 09:24:45 +08001# Classes from net-utils-framework-common
2rule com.android.net.module.util.** com.android.networkstack.util.@1
3
Remi NGUYEN VANe99c73e2019-02-14 18:19:14 +09004rule com.android.internal.util.** android.net.networkstack.util.@1
5
Remi NGUYEN VAN5b00d422020-06-08 15:34:22 +09006# Classes from net-utils-framework-common
7rule com.android.net.module.util.** com.android.networkstack.util.@1
Remi NGUYEN VANe99c73e2019-02-14 18:19:14 +09008
9# Ignore DhcpResultsParcelable, but jarjar DhcpResults
10# TODO: move DhcpResults into services.net and delete from here
11rule android.net.DhcpResultsParcelable* @0
12rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
13rule android.net.LocalLog* android.net.networkstack.LocalLog@1
Dmitri Plotnikovf40d6ca2020-05-05 15:54:45 -070014
15rule android.util.IndentingPrintWriter* android.net.networkstack.util.AndroidUtilIndentingPrintWriter@1