Skip to content

Commit

Permalink
enchilada zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Sep 29, 2023
1 parent 92afb7e commit 65eefde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export const ACCEPTABLE_ANDROID_DEVICES = [
name: "oneplus-enchilada",
"rootfs_image_sector_size": 4096,
"squash_builtin": true,
"should_gunzip_vmlinuz": true
"should_gunzip_vmlinuz": true,
"uses_zstd_initramfs": true
},
];
export const MUSL_TOOLCHAIN = process.env.MUSL_TOOLCHAIN;
Expand Down

0 comments on commit 65eefde

Please sign in to comment.