LineageSettingsProvider: explicitly include android support libs

* Fixes non-jack build

Change-Id: I1b22ad0ca9e21e2b329678be18f02cf69de44a1a
This commit is contained in:
Dan Pasanen
2018-02-01 09:47:26 -06:00
committed by Michael Bestas
parent 523448f4c6
commit faca0b31b6

View File

@@ -28,6 +28,11 @@ LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-v4 \
android-support-v7-appcompat \
android-support-v7-preference \
android-support-v7-recyclerview \
android-support-v14-preference \
org.lineageos.platform.internal
include $(BUILD_PACKAGE)