Skip to content

Commit ec93eae

Browse files
committed
kp: bump to 0.12.6
Allow patches even when verification fails. It may fix some device patch failed To support certain devices that replace /system/etc/init/atrace.rc with /system/etc/init/hw/init.rc too early during post-data-fs, and to maintain compatibility with older devices below Android 12 that lack /system/etc/init/hw/init.rc, the openat RC redirection logic has been improved: it now matches multiple RC paths and applies the replacement on the first hit, while ensuring the restored RC strictly corresponds to the originally matched path to prevent cross-path corruption. Behavior on Android 12+ devices remains unchanged. More information Ref: tiann/KernelSU#3107
1 parent b51fdd9 commit ec93eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/cpp/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MAJOR 0
22
#define MINOR 12
3-
#define PATCH 4
3+
#define PATCH 6

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
alias(libs.plugins.kotlin.compose.compiler) apply false
1010
}
1111

12-
project.ext.set("kernelPatchVersion", "0.12.5")
12+
project.ext.set("kernelPatchVersion", "0.12.6")
1313

1414
val androidMinSdkVersion = 26
1515
val androidTargetSdkVersion = 36

0 commit comments

Comments
 (0)