blob: 9cb143e5aa75de03034d2b143cd92ef857960770 [file] [log] [blame]
markchien9d353822019-12-16 20:15:20 +08001# Don't jar-jar the entire package because this test use some
2# internal classes (like ArrayUtils in com.android.internal.util)
3rule com.android.internal.util.BitUtils* com.android.networkstack.tethering.util.BitUtils@1
markchien075432d2021-05-07 00:30:01 +08004rule com.android.internal.util.IndentingPrintWriter* com.android.networkstack.tethering.util.IndentingPrintWriter@1
5rule com.android.internal.util.IState* com.android.networkstack.tethering.util.IState@1
markchien9d353822019-12-16 20:15:20 +08006rule com.android.internal.util.MessageUtils* com.android.networkstack.tethering.util.MessageUtils@1
markchien9d353822019-12-16 20:15:20 +08007rule com.android.internal.util.State* com.android.networkstack.tethering.util.State@1
8rule com.android.internal.util.StateMachine* com.android.networkstack.tethering.util.StateMachine@1
markchienb799fa32020-01-08 20:58:23 +08009rule com.android.internal.util.TrafficStatsConstants* com.android.networkstack.tethering.util.TrafficStatsConstants@1
markchien9d353822019-12-16 20:15:20 +080010
markchiena8ac97c2020-06-30 22:56:12 +080011rule android.util.LocalLog* com.android.networkstack.tethering.util.LocalLog@1
Remi NGUYEN VAN8f59ec02020-09-23 17:03:33 +090012
markchiene3126482020-10-26 13:53:05 +080013# Classes from net-utils-framework-common
14rule com.android.net.module.util.** com.android.networkstack.tethering.util.@1
15
Remi NGUYEN VAN8f59ec02020-09-23 17:03:33 +090016# TODO: either stop using frameworks-base-testutils or remove the unit test classes it contains.
17# TestableLooper from "testables" can be used instead of TestLooper from frameworks-base-testutils.
18zap android.os.test.TestLooperTest*
markchiene3126482020-10-26 13:53:05 +080019zap com.android.test.filters.SelectTestTests*