Skip to content

Commit f63f136

Browse files
committed
AK3: add system_dlkm.img flashing to write_boot function
1 parent d7b6893 commit f63f136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

META-INF/com/google/android/updater-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Dummy file; update-binary is a shell script (DO NOT CHANGE)
44
#
55
#
6-
# AK_BASE_VERSION=20231018
6+
# AK_BASE_VERSION=20231020

tools/ak3-core.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ write_boot() {
570570
flash_generic vendor_boot; # temporary until hdr v4 can be unpacked/repacked fully by magiskboot
571571
flash_generic vendor_kernel_boot; # temporary until hdr v4 can be unpacked/repacked fully by magiskboot
572572
flash_generic vendor_dlkm;
573+
flash_generic system_dlkm;
573574
flash_generic dtbo;
574575
}
575576
###

0 commit comments

Comments
 (0)