blob: 9732785304295ba1d1a09b73bd95ceaab45167f1 [file] [log] [blame]
android_library {
name: "BlissSupportLib",
static_libs: [
"androidx.annotation_annotation",
"androidx.legacy_legacy-support-v4",
"androidx.recyclerview_recyclerview",
"androidx.preference_preference",
"androidx.appcompat_appcompat",
"androidx.lifecycle_lifecycle-runtime",
"org.lineageos.platform.internal",
],
resource_dirs: ["res"],
srcs: ["src/**/*.java"],
min_sdk_version: "27",
}
// NOTE: Keep this module in sync with ./common.mk
java_defaults {
name: "BlissSupportLibDefaults",
static_libs: [
"androidx.annotation_annotation",
"androidx.lifecycle_lifecycle-common",
"androidx.legacy_legacy-support-v4",
"androidx.lifecycle_lifecycle-runtime",
"androidx.recyclerview_recyclerview",
"androidx.preference_preference",
"androidx.appcompat_appcompat",
"androidx.legacy_legacy-preference-v14",
"BlissSupportLib",
],
}