Skip to content

Commit

Permalink
Add support for Magisk 28100
Browse files Browse the repository at this point in the history
There is nothing new that breaks compatibility with avbroot.

Fixes: #389

Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed Dec 8, 2024
1 parent 0a32dfa commit cad08a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avbroot/src/patch/boot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,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: &'static [Range<u32>] = &[25102..25207, 25211..28100];
const VERS_SUPPORTED: &'static [Range<u32>] = &[25102..25207, 25211..28200];
const VER_PREINIT_DEVICE: Range<u32> =
25211..Self::VERS_SUPPORTED[Self::VERS_SUPPORTED.len() - 1].end;
const VER_RANDOM_SEED: Range<u32> = 25211..26103;
Expand Down

0 comments on commit cad08a6

Please sign in to comment.