android: fix normal builds

This commit is contained in:
Kavish Devar
2026-04-23 01:22:49 +05:30
parent 8f9a04390a
commit 51739514fa
5 changed files with 5 additions and 153 deletions

View File

@@ -0,0 +1,7 @@
package me.kavishdevar.librepods.utils
import io.github.libxposed.service.XposedService
object XposedServiceHolder {
var service: XposedService? = null
}