summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Zacharia <george.zcharia@gmail.com>2022-02-19 20:19:43 +0530
committerMoshe Barash <mosimchah@gmail.com>2022-02-19 18:16:52 +0100
commit859c54f7f841e8cf643fd80048cc0651ae4581d9 (patch)
treeab318b07e0b0c3ac727ba74d42dade90579b68b6
parentae5a8c1c5293198a1c0d4cae1e49883bf9c91dad (diff)
Fixup! devicesettings: Turn devicesettings resources into a static libraryu14.0t13.0s12.0
Should help to maintain compatibility with LOS repos too Change-Id: Ic5aea1fb6ae5a031a0dcd874b669e7ad4a9d4e41 (cherry picked from commit 399a941d7091f142bcb700731cfdacdfd7e19f17)
-rw-r--r--Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2610c4d..67c4bf9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,3 +29,19 @@ android_library {
sdk_version: "current",
}
+
+android_library {
+ name: "org.lineageos.settings.resources",
+ defaults: [
+ "SettingsLibDefaults",
+ ],
+
+ resource_dirs: ["res"],
+
+ static_libs: [
+ "androidx.core_core",
+ "androidx.preference_preference",
+ ],
+ sdk_version: "current",
+
+}