Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4ba6730 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use ext4 for android_gsi image" into main

parents 2ffe4dea a849e068
Loading
Loading
Loading
Loading
+5 −10
Original line number Diff line number Diff line
@@ -346,11 +346,6 @@ phony {
    ],
}

filegroup {
    name: "system_image_erofs_compress_hints.txt",
    srcs: ["erofs_compress_hints.txt"],
}

android_filesystem_defaults {
    name: "system_image_defaults",
    partition_name: "system",
@@ -374,11 +369,6 @@ android_filesystem_defaults {
        ],
        libs: [":framework-res{.export-package.apk}"],
    },
    type: "erofs",
    erofs: {
        compressor: "lz4hc,9",
        compress_hints: ":system_image_erofs_compress_hints.txt",
    },
    build_logtags: true,
    gen_aconfig_flags_pb: true,

@@ -889,4 +879,9 @@ android_system_image {
    defaults: ["system_image_defaults"],
    dirs: android_rootdirs,
    symlinks: android_symlinks,
    type: "erofs",
    erofs: {
        compressor: "lz4hc,9",
        compress_hints: "erofs_compress_hints.txt",
    },
}
+1 −0
Original line number Diff line number Diff line
@@ -196,4 +196,5 @@ android_system_image {
        "true": true,
        default: false,
    }),
    type: "ext4",
}