From 4b465ba426b15b2f807343baf88e6a2246b603d1 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 19 Aug 2018 01:54:37 +0100 Subject: [PATCH] SetupWizardTests: Properly depend on Lineage SDK * Platform apps that depend on the SDK must only link against org.lineageos.platform.internal Change-Id: Ibf63433f0961572d118361f984270f56accf8409 --- tests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Android.mk b/tests/Android.mk index 91636234..516f45f5 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -6,7 +6,7 @@ LOCAL_MODULE_TAGS := optional LOCAL_PRIVILEGED_MODULE := true LOCAL_STATIC_JAVA_LIBRARIES := \ - org.lineageos.platform.sdk + org.lineageos.platform.internal # Include all test java files. LOCAL_SRC_FILES := $(call all-java-files-under, src)