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
Change-Id: Iddd4a1b44dc84b3ed3976b219ef66b2d1a2ca862
diff --git a/jarjar-rules-shared.txt b/jarjar-rules-shared.txt
index 3c6ff91..0476582 100644
--- a/jarjar-rules-shared.txt
+++ b/jarjar-rules-shared.txt
@@ -18,3 +18,6 @@
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