From 08c30bae75cd6ad735a478f5c071bb171d10430c Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 14 Apr 2021 13:10:37 +0100 Subject: [PATCH] Remove com.android.i18n.phonenumbers from libcore packages The com.android.i18n.phonenumbers is not used by any libcore code and is no longer managed by the libcore team. Bug: 177892522 Test: n/a Change-Id: Ib445e652746a8b9b42c6bee7d27a062d6b62a4ec --- tools/hiddenapi/exclude.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/hiddenapi/exclude.sh b/tools/hiddenapi/exclude.sh index 822aba4ee43b7..8b18f9b1920e5 100755 --- a/tools/hiddenapi/exclude.sh +++ b/tools/hiddenapi/exclude.sh @@ -10,7 +10,6 @@ LIBCORE_PACKAGES="\ android.system \ android.test \ com.android.bouncycastle \ - com.android.i18n.phonenumbers \ com.android.okhttp \ com.sun \ dalvik \