blob: 42b1d03b24f0deeb88efe65f82570f76a0f9e12c [file] [log] [blame]
Jason Monk57981432018-08-16 15:00:07 -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 vendor/support/common.mk
14#
15
Jason Monk57981432018-08-16 15:00:07 -050016LOCAL_STATIC_JAVA_LIBRARIES += \
Jackeaglefcfdd302019-09-21 06:05:36 -040017 androidx.annotation_annotation \
18 androidx.lifecycle_lifecycle-common
19
20LOCAL_STATIC_ANDROID_LIBRARIES += \
21 androidx.legacy_legacy-support-v4 \
22 androidx.lifecycle_lifecycle-runtime \
23 androidx.recyclerview_recyclerview \
24 androidx.preference_preference \
25 androidx.appcompat_appcompat \
26 androidx.legacy_legacy-preference-v14 \
Jason Monk57981432018-08-16 15:00:07 -050027 BlissSupportLib
Jackeaglefcfdd302019-09-21 06:05:36 -040028