Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a2c0054 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix tethering jarjar rule for LocalLog" into rvc-dev am: 6127ca43 am:...

Merge "Fix tethering jarjar rule for LocalLog" into rvc-dev am: 6127ca43 am: ac7a897a am: 18391c5e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12040945

Change-Id: I1bd69d3152fd30820d02d98bb873c7528c74bc7f
parents eb9e44f7 18391c5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# If there are files in that filegroup that are not covered below, the classes in the
# module will be overwritten by the ones in the framework.
rule com.android.internal.util.** com.android.networkstack.tethering.util.@1
rule android.net.LocalLog* com.android.networkstack.tethering.LocalLog@1
rule android.util.LocalLog* com.android.networkstack.tethering.util.LocalLog@1

rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUtils@1

+1 −1
Original line number Diff line number Diff line
@@ -8,4 +8,4 @@ rule com.android.internal.util.State* com.android.networkstack.tethering.util.St
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

rule android.net.LocalLog* com.android.networkstack.tethering.LocalLog@1
rule android.util.LocalLog* com.android.networkstack.tethering.util.LocalLog@1