LuK1337 | 514848c | 2022-08-30 09:24:33 +0200 | [diff] [blame] | 1 | // |
Michael Bestas | 5a577dc | 2024-11-03 01:22:51 +0200 | [diff] [blame] | 2 | // SPDX-FileCopyrightText: 2022 The LineageOS Project |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
LuK1337 | 514848c | 2022-08-30 09:24:33 +0200 | [diff] [blame] | 4 | // |
| 5 | |
| 6 | android_library { |
| 7 | name: "LineagePreferenceLib", |
| 8 | min_sdk_version: "30", |
| 9 | static_libs: [ |
| 10 | "androidx.preference_preference", |
| 11 | "SettingsLibMainSwitchPreference", |
| 12 | "org.lineageos.platform", |
| 13 | ], |
| 14 | |
| 15 | srcs: ["java/**/*.java"], |
| 16 | resource_dirs: ["res"], |
| 17 | |
| 18 | aidl: { |
| 19 | local_include_dirs: ["java"], |
| 20 | }, |
| 21 | } |