From 2c2f76c9401239be3387d126badd53f748077f6c 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 9e9140fd..55cba1af 100644 --- a/Android.mk +++ b/Android.mk @@ -20,8 +20,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-v13 \ android-support-v14-preference \ libphonenumber \ - org.lineageos.platform.internal \ - org.lineageos.platform.sdk + org.lineageos.platform.internal LOCAL_JAVA_LIBRARIES := \ telephony-common