blob: 9732785304295ba1d1a09b73bd95ceaab45167f1 [file] [log] [blame]
Jackeaglefcfdd302019-09-21 06:05:36 -04001android_library {
2
3 name: "BlissSupportLib",
4
5 static_libs: [
6 "androidx.annotation_annotation",
7 "androidx.legacy_legacy-support-v4",
8 "androidx.recyclerview_recyclerview",
9 "androidx.preference_preference",
10 "androidx.appcompat_appcompat",
11 "androidx.lifecycle_lifecycle-runtime",
Pranav Vashi4ab9de22019-02-24 11:04:31 +053012 "org.lineageos.platform.internal",
Jackeaglefcfdd302019-09-21 06:05:36 -040013 ],
14
15 resource_dirs: ["res"],
16
17 srcs: ["src/**/*.java"],
18
19 min_sdk_version: "27",
20
21}
22
23// NOTE: Keep this module in sync with ./common.mk
24java_defaults {
25 name: "BlissSupportLibDefaults",
26 static_libs: [
27 "androidx.annotation_annotation",
28 "androidx.lifecycle_lifecycle-common",
29 "androidx.legacy_legacy-support-v4",
30 "androidx.lifecycle_lifecycle-runtime",
31 "androidx.recyclerview_recyclerview",
32 "androidx.preference_preference",
33 "androidx.appcompat_appcompat",
34 "androidx.legacy_legacy-preference-v14",
35 "BlissSupportLib",
36 ],
37}