OmniLib: switch to blueprint

Change-Id: I372041e863515752c9eebb1fe5d18008d4f45dd1
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..8942c9d
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,18 @@
+android_library {
+    name: "OmniLib",
+    defaults: [
+        "SettingsLibDefaults",
+        "SettingsLib-search-defaults",
+    ],
+    platform_apis: true,
+    srcs: ["src/**/*.java"],
+    required: [
+        "privapp_whitelist_com.android.settings",
+        "settings-platform-compat-config",
+    ],
+    libs: [
+        "androidx.core_core",
+        "androidx.preference_preference",
+    ],
+    resource_dirs: ["res"],
+}