blob: d9596569a0da02059667bc13e43a6910c0df1b5a [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#
Sasha Smundak1109a1f2019-01-10 17:15:18 -080015# During the conversion to Soong bluprint files, the equivalent
16# functionality is provided by adding
17# defaults: ["SettingsLibDefaults"],
18# to the corresponding module.
19# NOTE: keep this file and ./Android.bp in sync.
Jason Monk2ba4ce62015-01-13 10:08:23 -050020
Aurimas Liutikas12a379632017-11-14 01:41:39 +000021LOCAL_STATIC_JAVA_LIBRARIES += \
Chaohui Wangc269f222022-05-16 17:18:10 +080022 androidx.annotation_annotation
Aurimas Liutikas12a379632017-11-14 01:41:39 +000023
Adam Lesinski5ff3ad62016-04-13 20:30:45 -070024LOCAL_STATIC_ANDROID_LIBRARIES += \
Aurimas Liutikasb8616dc2018-04-17 09:50:46 -070025 androidx.appcompat_appcompat \
Chaohui Wangc269f222022-05-16 17:18:10 +080026 androidx.coordinatorlayout_coordinatorlayout \
27 androidx.core_core \
28 androidx.fragment_fragment \
29 androidx.lifecycle_lifecycle-runtime \
30 androidx.loader_loader \
31 androidx.localbroadcastmanager_localbroadcastmanager \
32 androidx.preference_preference \
33 androidx.recyclerview_recyclerview \
Adam Lesinski5ff3ad62016-04-13 20:30:45 -070034 SettingsLib
Fan Zhangdd1886a2017-07-07 14:38:57 -070035