2019-12-16 12:15:20 +00:00
|
|
|
# These must be kept in sync with the framework-tethering-shared-srcs filegroup.
|
2020-07-02 13:59:44 +00:00
|
|
|
# If there are files in that filegroup that do not appear here, the classes in the
|
2019-12-16 12:15:20 +00:00
|
|
|
# module will be overwritten by the ones in the framework.
|
2020-07-02 13:59:44 +00:00
|
|
|
# Don't jar-jar the entire package because tethering still use some internal classes
|
|
|
|
# (like TrafficStatsConstants in com.android.internal.util)
|
|
|
|
# TODO: simply these when tethering is built as system_current.
|
|
|
|
rule com.android.internal.util.BitUtils* com.android.networkstack.tethering.util.BitUtils@1
|
|
|
|
rule com.android.internal.util.IndentingPrintWriter.java* com.android.networkstack.tethering.util.IndentingPrintWriter.java@1
|
|
|
|
rule com.android.internal.util.IState.java* com.android.networkstack.tethering.util.IState.java@1
|
|
|
|
rule com.android.internal.util.MessageUtils* com.android.networkstack.tethering.util.MessageUtils@1
|
|
|
|
rule com.android.internal.util.State* com.android.networkstack.tethering.util.State@1
|
|
|
|
rule com.android.internal.util.StateMachine* com.android.networkstack.tethering.util.StateMachine@1
|
|
|
|
rule com.android.internal.util.TrafficStatsConstants* com.android.networkstack.tethering.util.TrafficStatsConstants@1
|
|
|
|
|
2020-06-30 14:56:12 +00:00
|
|
|
rule android.util.LocalLog* com.android.networkstack.tethering.util.LocalLog@1
|
2019-12-06 07:24:53 +00:00
|
|
|
|
|
|
|
rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUtils@1
|
2020-06-16 00:13:28 +00:00
|
|
|
|
|
|
|
# Classes from net-utils-framework-common
|
|
|
|
rule com.android.net.module.util.** com.android.networkstack.tethering.util.@1
|