mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-11 21:07:44 +00:00
Add hi6250 support
not only hi3660 and kirin970,980 need this, also kirin 659 does
This commit is contained in:
@@ -268,7 +268,7 @@ void MagiskInit::load_kernel_info() {
|
||||
} else if (key == "enter_recovery") {
|
||||
enter_recovery = value[0] == '1';
|
||||
} else if (key == "androidboot.hardware") {
|
||||
kirin = strstr(value, "kirin") || strstr(value, "hi3660");
|
||||
kirin = strstr(value, "kirin") || strstr(value, "hi3660") || strstr(value, "hi6250");
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user