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", |
Bruno Martins | e2f4d68 | 2021-12-31 19:43:27 +0000 | [diff] [blame^] | 16 | "SettingsLibMainSwitchPreference", |
SpiritCroc | 63b019a | 2019-11-10 20:55:16 +0100 | [diff] [blame] | 17 | ], |
| 18 | |
| 19 | resource_dirs: ["res"], |
| 20 | |
| 21 | } |
Bruno Martins | e2f4d68 | 2021-12-31 19:43:27 +0000 | [diff] [blame^] | 22 | |