From 4050f8e2335c2b7c27a5773f8edab68b3ef992e6 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Wed, 17 Mar 2021 23:18:19 +0100 Subject: [PATCH] SetupWizard: Remove libphonenumber dep * This is likely an artifact of the {cm,lineage}sdk transition that included this lib * Now the lib is only included in a separate library to avoid unnecessary disk waste Change-Id: Ib12acac080f4a2271a118470951a06cd014a91aa (cherry picked from commit bc224d5750978e5b89f6ad0c29747a910c314bfa) --- Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.mk b/Android.mk index 33524cbe..256b5019 100644 --- a/Android.mk +++ b/Android.mk @@ -20,7 +20,6 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \ setupdesign LOCAL_STATIC_JAVA_LIBRARIES := \ - libphonenumber \ org.lineageos.platform.internal LOCAL_JAVA_LIBRARIES := \