Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b465ba4 authored by Bruno Martins's avatar Bruno Martins
Browse files

SetupWizardTests: Properly depend on Lineage SDK

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

Change-Id: Ibf63433f0961572d118361f984270f56accf8409
parent cd247e92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)