blob: 32fc73984c10016d60bd471b0fca3be10a10b3be [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",
16 ],
17
18 resource_dirs: ["res"],
19
20}