Add support for Magisk v26.2

There is nothing new that requires changes on the avbroot side.

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-08-29 16:25:05 -04:00
parent 8549fa1dfc
commit 6d892d37ff
+1 -1
View File
@@ -108,7 +108,7 @@ impl MagiskRootPatcher {
// RULESDEVICE config option, which stored the writable block device as an
// rdev major/minor pair, which was not consistent across reboots and was
// replaced by PREINITDEVICE
const VERS_SUPPORTED: &[Range<u32>] = &[25102..25207, 25211..26200];
const VERS_SUPPORTED: &[Range<u32>] = &[25102..25207, 25211..26300];
const VER_PREINIT_DEVICE: Range<u32> =
25211..Self::VERS_SUPPORTED[Self::VERS_SUPPORTED.len() - 1].end;
const VER_RANDOM_SEED: Range<u32> = 25211..26103;