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

Commit a5c98cd5 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Luke Huang
Browse files

Jarjar frameworks/libs/net in telephony module

Classes in com.android.net.module.util need to be jarjared to the
module's own package. These classes are imported by several modules and
the framework from frameworks/libs/net.

Test: m
Bug: 149403767
(clean cherry-pick from AOSP)
Merged-In: Iddd4a1b44dc84b3ed3976b219ef66b2d1a2ca862
Change-Id: Iddd4a1b44dc84b3ed3976b219ef66b2d1a2ca862
parent f5b6d4bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,3 +19,6 @@ rule com.android.internal.util.State* com.android.internal.telephony.State@1
rule com.android.internal.util.StateMachine* com.android.internal.telephony.StateMachine@1
rule com.android.internal.util.UserIcons* com.android.internal.telephony.UserIcons@1
rule com.google.i18n.phonenumbers.** com.android.internal.telephony.phonenumbers.@1

# Module library in frameworks/libs/net
rule com.android.net.module.util.** com.android.internal.telephony.util.@1