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

Commit e8cd2819 authored by Jin Qian's avatar Jin Qian Committed by android-build-merger
Browse files

Merge "fastboot: enable uninit_bg for ext4" am: be4eec05

am: 73b1567f

Change-Id: I1ee1de64ecc19aa1c4541a576f5eefce8f1e945c
parents 8bdf7ed1 73b1567f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@ static int generate_ext4_image(const char* fileName, long long partSize,
    }
    mke2fs_args.push_back("-E");
    mke2fs_args.push_back(ext_attr.c_str());
    mke2fs_args.push_back("-O");
    mke2fs_args.push_back("uninit_bg");
    mke2fs_args.push_back(fileName);

    std::string size_str = std::to_string(partSize / block_size);