From cd247e92b855a45295828f6682ddf33f72a3f871 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 22 Aug 2018 01:06:23 +0100 Subject: [PATCH] SetupWizard: Remove bogus Lineage SDK dependency * Platform apps that depend on the SDK must only link against org.lineageos.platform.internal Change-Id: I9d06246fbf0fbe076b9a884e2bf27fcba8bf5468 --- Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index bddca8fe..3a5b6213 100644 --- a/Android.mk +++ b/Android.mk @@ -24,8 +24,7 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \ LOCAL_STATIC_JAVA_LIBRARIES := \ libphonenumber \ - org.lineageos.platform.internal \ - org.lineageos.platform.sdk + org.lineageos.platform.internal LOCAL_JAVA_LIBRARIES := \ telephony-common