SetupWizardTests: Properly depend on Lineage SDK

* Platform apps that depend on the SDK must only link
   against org.lineageos.platform.internal

Change-Id: Ibf63433f0961572d118361f984270f56accf8409
This commit is contained in:
Bruno Martins
2018-08-19 01:54:37 +01:00
parent 2c2f76c940
commit 3c3b22a675

View File

@@ -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)