blob: 5de3a6e994402cfda9f0474e5d97008a985f2d52 [file] [log] [blame]
Jason Monk2ba4ce62015-01-13 10:08:23 -05001#
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
Aurimas Liutikas12a379632017-11-14 01:41:39 +000016LOCAL_STATIC_JAVA_LIBRARIES += \
Tony Mantler2407eb72017-11-29 14:58:45 -080017 android-support-annotations \
Doris Lingebb45832018-03-15 14:28:33 -070018 android-arch-lifecycle-common
Aurimas Liutikas12a379632017-11-14 01:41:39 +000019
Adam Lesinski5ff3ad62016-04-13 20:30:45 -070020LOCAL_STATIC_ANDROID_LIBRARIES += \
Adam Lesinski5ff3ad62016-04-13 20:30:45 -070021 android-support-v4 \
Doris Lingebb45832018-03-15 14:28:33 -070022 android-arch-lifecycle-runtime \
Aurimas Liutikas41df1092017-12-05 16:20:43 -080023 android-support-v7-recyclerview \
24 android-support-v7-preference \
25 android-support-v7-appcompat \
26 android-support-v14-preference \
Adam Lesinski5ff3ad62016-04-13 20:30:45 -070027 SettingsLib
Fan Zhangdd1886a2017-07-07 14:38:57 -070028