blob: d0c78ebc0ba5d540360d67264e0a03ffc2aee986 [file] [log] [blame]
android_library {
name: "VendorSupport-preference",
optimize: {
enabled: false,
},
srcs: ["src/**/*.java"],
static_libs: [
"androidx.core_core",
"androidx.preference_preference",
"androidx.appcompat_appcompat",
"androidx.recyclerview_recyclerview",
"org.lineageos.platform.internal",
],
resource_dirs: ["res"],
}