diff options
| author | George Zacharia <george.zcharia@gmail.com> | 2022-02-19 20:19:43 +0530 |
|---|---|---|
| committer | Moshe Barash <mosimchah@gmail.com> | 2022-02-19 18:16:52 +0100 |
| commit | 859c54f7f841e8cf643fd80048cc0651ae4581d9 (patch) | |
| tree | ab318b07e0b0c3ac727ba74d42dade90579b68b6 | |
| parent | ae5a8c1c5293198a1c0d4cae1e49883bf9c91dad (diff) | |
Should help to maintain compatibility with LOS repos too
Change-Id: Ic5aea1fb6ae5a031a0dcd874b669e7ad4a9d4e41
(cherry picked from commit 399a941d7091f142bcb700731cfdacdfd7e19f17)
| -rw-r--r-- | Android.bp | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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", + +} |
