mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-09-17 09:00:00 -04:00
Download updated multi-arch prebuilt bootctl binaries built from Android 14 (android-14.0.0_r1) and package them into jniLibs alongside busybox instead of bundling a single binary in assets. The new bootctl binaries support AIDL Boot HAL implementations on Android 14+ (API 31+), fixing OTA slot switching issues on newer devices like Pixels. Update post-OTA install logic in the app and shell scripts to use the native bootctl executable from MAGISKBIN. Fixes #8824
22 lines
535 B
Plaintext
22 lines
535 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text eol=lf
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
# *.c text
|
|
# *.h text
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.cmd text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
/tools/keys/** binary
|
|
/tools/keys/futility binary
|
|
*.jar binary
|
|
*.exe binary
|
|
*.apk binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ttf binary
|