Add zygiskd

This commit is contained in:
Nullptr
2023-01-28 15:54:03 +08:00
parent 3d0efd6fc5
commit cd272c6370
17 changed files with 1358 additions and 0 deletions

10
zygiskd/build.gradle.kts Normal file
View File

@@ -0,0 +1,10 @@
plugins {
id("com.android.library")
}
val verCode: Int by rootProject.extra
val verName: String by rootProject.extra
android {
namespace = "icu.nullptr.zygisksu"
}