layout rework
diff --git a/Android.bp b/Android.bp
index 60c1d6c..df8a12a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -7,7 +7,6 @@
 
   srcs: [
     "app/src/main/**/*.kt",
-    "app/src/main/**/*.java",
   ],
 
   resource_dirs: [
@@ -19,6 +18,7 @@
     "androidx.appcompat_appcompat",
     "androidx.preference_preference",
     "com.google.android.material_material",
+    "OmniLib",
   ],
 
   kotlincflags: ["-Xjvm-default=enable"],