SpiritCroc | 63b019a | 2019-11-10 20:55:16 +0100 | [diff] [blame] | 1 | android_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 | } |