summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/common.mk
blob: d9596569a0da02059667bc13e43a6910c0df1b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Include this make file to build your application against this module.
#
# Make sure to include it after you've set all your desired LOCAL variables.
# Note that you must explicitly set your LOCAL_RESOURCE_DIR before including
# this file.
#
# For example:
#
#   LOCAL_RESOURCE_DIR := \
#        $(LOCAL_PATH)/res
#
#   include frameworks/base/packages/SettingsLib/common.mk
#
# During the conversion to Soong bluprint files, the equivalent
# functionality is provided by adding
#   defaults: ["SettingsLibDefaults"],
# to the corresponding module.
# NOTE: keep this file and ./Android.bp in sync.

LOCAL_STATIC_JAVA_LIBRARIES += \
    androidx.annotation_annotation

LOCAL_STATIC_ANDROID_LIBRARIES += \
    androidx.appcompat_appcompat \
    androidx.coordinatorlayout_coordinatorlayout \
    androidx.core_core \
    androidx.fragment_fragment \
    androidx.lifecycle_lifecycle-runtime \
    androidx.loader_loader \
    androidx.localbroadcastmanager_localbroadcastmanager \
    androidx.preference_preference \
    androidx.recyclerview_recyclerview \
    SettingsLib