We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b6893 commit f63f136Copy full SHA for f63f136
META-INF/com/google/android/updater-script
@@ -3,4 +3,4 @@
3
# Dummy file; update-binary is a shell script (DO NOT CHANGE)
4
#
5
6
-# AK_BASE_VERSION=20231018
+# AK_BASE_VERSION=20231020
tools/ak3-core.sh
@@ -570,6 +570,7 @@ write_boot() {
570
flash_generic vendor_boot; # temporary until hdr v4 can be unpacked/repacked fully by magiskboot
571
flash_generic vendor_kernel_boot; # temporary until hdr v4 can be unpacked/repacked fully by magiskboot
572
flash_generic vendor_dlkm;
573
+ flash_generic system_dlkm;
574
flash_generic dtbo;
575
}
576
###
0 commit comments