diff --git a/native/jni/magiskboot/format.hpp b/native/jni/magiskboot/format.hpp index 05d5f39e8..7b6589878 100644 --- a/native/jni/magiskboot/format.hpp +++ b/native/jni/magiskboot/format.hpp @@ -25,7 +25,7 @@ typedef enum { DTB, } format_t; -#define COMPRESSED(fmt) ((fmt) >= GZIP && (fmt) <= LZ4_LEGACY) +#define COMPRESSED(fmt) ((fmt) >= GZIP && (fmt) < LZOP) #define COMPRESSED_ANY(fmt) ((fmt) >= GZIP && (fmt) <= LZOP) #define BOOT_MAGIC "ANDROID!"