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

Commit 2b649ffc authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Fix jarjar rule for LocalLog am: ba640c5e am: 19b17e76 am: 98892c8d am:...

Fix jarjar rule for LocalLog am: ba640c5e am: 19b17e76 am: 98892c8d am: 5056f8ee am: 84f36b53

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1353484

Change-Id: Icf0a1b36d9bec653aeedae25081b95ed1f8fb5ec
parents a4c2f786 84f36b53
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,6 +11,6 @@ rule com.android.net.module.util.** com.android.networkstack.util.@1
# TODO: move DhcpResults into services.net and delete from here
# TODO: move DhcpResults into services.net and delete from here
rule android.net.DhcpResultsParcelable* @0
rule android.net.DhcpResultsParcelable* @0
rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
rule android.net.LocalLog* android.net.networkstack.LocalLog@1
rule android.util.LocalLog* android.net.networkstack.util.LocalLog@1


rule android.util.IndentingPrintWriter* android.net.networkstack.util.AndroidUtilIndentingPrintWriter@1
rule android.util.IndentingPrintWriter* android.net.networkstack.util.AndroidUtilIndentingPrintWriter@1