summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
+
+}