blob: 78664ff96dc547ccc0e2be1dab1859cb35a89b3b [file] [log] [blame]
SpiritCroc63b019a2019-11-10 20:55:16 +01001android_library {
2
3 name: "VendorSupport-preference",
4
5 optimize: {
6 enabled: false,
7 },
8
9 srcs: ["src/**/*.java"],
10
11 static_libs: [
12 "androidx.core_core",
13 "androidx.preference_preference",
14 "androidx.appcompat_appcompat",
15 "androidx.recyclerview_recyclerview",
Bruno Martinse2f4d682021-12-31 19:43:27 +000016 "SettingsLibMainSwitchPreference",
SpiritCroc63b019a2019-11-10 20:55:16 +010017 ],
18
19 resource_dirs: ["res"],
20
21}
Bruno Martinse2f4d682021-12-31 19:43:27 +000022