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

Commit 6c82ddd6 authored by David Su's avatar David Su
Browse files

Jarjar DnsSdTxtRecord into framework-wifi

DnsSdTxtRecord is @hide, thus need to statically
link it into framework-wifi and rename it to
prevent duplicate classes on the classpath.

Bug: 135998869
Test: boots up and connects to wifi
Change-Id: I018a8c2e8b124b11077db631e643c751a73394c5
parent c976e866
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ rule android.content.pm.BaseParceledListSlice* android.x.net.wifi.util.BaseParce
rule android.content.pm.ParceledListSlice* android.x.net.wifi.util.ParceledListSlice@1
rule android.net.shared.Inet4AddressUtils* android.x.net.wifi.util.Inet4AddressUtils@1
rule android.net.util.MacAddressUtils* android.x.net.wifi.util.MacAddressUtils@1
rule android.net.util.nsd.DnsSdTxtRecord* android.x.net.wifi.util.nsd.DnsSdTxtRecord@1
rule android.os.HandlerExecutor* android.x.net.wifi.util.HandlerExecutor@1
rule android.telephony.Annotation* android.x.net.wifi.util.TelephonyAnnotation@1
rule com.android.internal.util.AsyncChannel* android.x.net.wifi.util.AsyncChannel@1