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

Commit 25efb997 authored by Colin Cross's avatar Colin Cross
Browse files

Add missing transitive dependencies

Add android support libraries to SettingsLib/common.mk.

Test: builds
Change-Id: Ib62a5dd6ee1cf39c99c9cce3a9310c35cf631fdf
parent 977e656e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,5 +24,9 @@ LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.settingslib
LOCAL_STATIC_JAVA_LIBRARIES += \
    android-support-annotations \
    android-support-v4 \
    android-support-v7-appcompat \
    android-support-v7-preference \
    android-support-v7-recyclerview \
    android-support-v14-preference \
    SettingsLib
endif