1# 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 4rule 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 6rule com.android.internal.util.MessageUtils* com.android.networkstack.tethering.util.MessageUtils@1 7rule 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 9rule com.android.internal.util.TrafficStatsConstants* com.android.networkstack.tethering.util.TrafficStatsConstants@1 10 11rule android.util.LocalLog* com.android.networkstack.tethering.util.LocalLog@1 12 13# Classes from net-utils-framework-common 14rule com.android.net.module.util.** com.android.networkstack.tethering.util.@1 15 16# 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* 19zap com.android.test.filters.SelectTestTests* 20