summaryrefslogtreecommitdiff
path: root/jarjar-rules-shared.txt
diff options
context:
space:
mode:
author Meng Wang <mewan@google.com> 2019-12-13 17:18:19 -0800
committer Meng Wang <mewan@google.com> 2019-12-15 11:27:19 -0800
commit27d027afe877039f3e5617af5df208b014949e0e (patch)
treeda04ac943a33cf84940bab3d02a6f7437938920a /jarjar-rules-shared.txt
parent67f0dbc9ff009996e6ffca6e38ce4e28f1e3b3dc (diff)
Use com.google.i18n.phonenumbers
instead of the platform copy com.android.i18n.phonenumbers which is a hidden API. Bug: 137202333 Test: make Change-Id: Ie02727e4af17cfd1851861c6e2749e77d350b06c
Diffstat (limited to 'jarjar-rules-shared.txt')
-rw-r--r--jarjar-rules-shared.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/jarjar-rules-shared.txt b/jarjar-rules-shared.txt
index 6312825215..6c03fa73d2 100644
--- a/jarjar-rules-shared.txt
+++ b/jarjar-rules-shared.txt
@@ -11,3 +11,4 @@ rule com.android.internal.util.Preconditions* com.android.internal.telephony.Pre
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