blob: d93531bac58e86f29ef3682ae71c3aab793c88f7 [file] [log] [blame]
markchien9d353822019-12-16 20:15:20 +08001# These must be kept in sync with the framework-tethering-shared-srcs filegroup.
2# If there are files in that filegroup that do not appear here, the classes in the
3# module will be overwritten by the ones in the framework.
4# Don't jar-jar the entire package because tethering still use some internal classes
5# (like TrafficStatsConstants in com.android.internal.util)
6# TODO: simply these when tethering is built as system_current.
7rule com.android.internal.util.BitUtils* com.android.networkstack.tethering.util.BitUtils@1
8rule com.android.internal.util.IndentingPrintWriter.java* com.android.networkstack.tethering.util.IndentingPrintWriter.java@1
9rule com.android.internal.util.IState.java* com.android.networkstack.tethering.util.IState.java@1
10rule com.android.internal.util.MessageUtils* com.android.networkstack.tethering.util.MessageUtils@1
11rule com.android.internal.util.Preconditions* com.android.networkstack.tethering.util.Preconditions@1
12rule com.android.internal.util.State* com.android.networkstack.tethering.util.State@1
13rule com.android.internal.util.StateMachine* com.android.networkstack.tethering.util.StateMachine@1
14
15rule android.net.LocalLog* com.android.networkstack.tethering.LocalLog@1
markchien6cf0e552019-12-06 15:24:53 +080016
17rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUtils@1