blob: e8c9c196c68ab40c7e1b75269f6f8606e9128ef8 [file] [log] [blame]
Remi NGUYEN VANe99c73e2019-02-14 18:19:14 +09001rule com.android.internal.util.** android.net.networkstack.util.@1
Remi NGUYEN VAN84ba8152020-06-22 18:50:20 +09002rule com.google.protobuf.** com.android.networkstack.protobuf.@1
Remi NGUYEN VANe99c73e2019-02-14 18:19:14 +09003
Remi NGUYEN VAN5b00d422020-06-08 15:34:22 +09004# Classes from net-utils-framework-common
5rule com.android.net.module.util.** com.android.networkstack.util.@1
Remi NGUYEN VANe99c73e2019-02-14 18:19:14 +09006
7# Ignore DhcpResultsParcelable, but jarjar DhcpResults
8# TODO: move DhcpResults into services.net and delete from here
9rule android.net.DhcpResultsParcelable* @0
10rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
Remi NGUYEN VANba640c52020-06-29 16:32:20 +090011rule android.util.LocalLog* android.net.networkstack.util.LocalLog@1
Dmitri Plotnikovf40d6ca2020-05-05 15:54:45 -070012
13rule android.util.IndentingPrintWriter* android.net.networkstack.util.AndroidUtilIndentingPrintWriter@1
Chiachang Wangb86f43c2021-04-22 10:00:40 +080014
15# Classes from modules-utils-build_system
16rule com.android.modules.utils.build.** com.android.networkstack.utils.build.@1