Jackeagle | fcfdd30 | 2019-09-21 06:05:36 -0400 | [diff] [blame] | 1 | android_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 Vashi | 4ab9de2 | 2019-02-24 11:04:31 +0530 | [diff] [blame] | 12 | "org.lineageos.platform.internal", |
Jackeagle | fcfdd30 | 2019-09-21 06:05:36 -0400 | [diff] [blame] | 13 | ], |
| 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 |
| 24 | java_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 | } |