You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
772 B
16 lines
772 B
4 months ago
|
rule com.android.internal.util.** android.net.networkstack.util.@1
|
||
|
rule com.google.protobuf.** com.android.networkstack.protobuf.@1
|
||
|
|
||
|
# Classes from net-utils-framework-common
|
||
|
rule com.android.net.module.util.** com.android.networkstack.util.@1
|
||
|
|
||
|
# Ignore DhcpResultsParcelable, but jarjar DhcpResults
|
||
|
# TODO: move DhcpResults into services.net and delete from here
|
||
|
rule android.net.DhcpResultsParcelable* @0
|
||
|
rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
|
||
|
rule android.util.LocalLog* android.net.networkstack.util.LocalLog@1
|
||
|
|
||
|
rule android.util.IndentingPrintWriter* android.net.networkstack.util.AndroidUtilIndentingPrintWriter@1
|
||
|
|
||
|
# Classes from modules-utils-build_system
|
||
|
rule com.android.modules.utils.build.** com.android.networkstack.utils.build.@1
|