1# 2# Include this make file to build your application against this module. 3# 4# Make sure to include it after you've set all your desired LOCAL variables. 5# Note that you must explicitly set your LOCAL_RESOURCE_DIR before including 6# this file. 7# 8# For example: 9# 10# LOCAL_RESOURCE_DIR := \ 11# $(LOCAL_PATH)/res 12# 13# include frameworks/base/packages/SettingsLib/common.mk 14# 15 16LOCAL_STATIC_JAVA_LIBRARIES += \ 17 android-support-annotations \ 18 android-arch-lifecycle-common 19 20LOCAL_STATIC_ANDROID_LIBRARIES += \ 21 android-support-v4 \ 22 android-arch-lifecycle-runtime \ 23 android-support-v7-recyclerview \ 24 android-support-v7-preference \ 25 android-support-v7-appcompat \ 26 android-support-v14-preference \ 27 SettingsLib 28 29