Mageia Bugzilla – Attachment 10477 Details for
Bug 23853
Update android-tools to 9.0.0_r21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Use custom mke2fs patch
fastboot-use-custom-mke2fs.patch (text/plain), 616 bytes, created by
Kristoffer Grundström
on 2018-11-17 01:12:50 CET
(
hide
)
Description:
Use custom mke2fs patch
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2018-11-17 01:12:50 CET
Size:
616 bytes
patch
obsolete
>--- platform/system/core/fastboot/fs.cpp.omv~ 2018-02-20 20:53:47.446510753 +0100 >+++ platform/system/core/fastboot/fs.cpp 2018-02-20 20:54:01.499536983 +0100 >@@ -108,7 +108,7 @@ static int generate_ext4_image(const cha > static constexpr int block_size = 4096; > const std::string exec_dir = android::base::GetExecutableDirectory(); > >- const std::string mke2fs_path = exec_dir + "/mke2fs"; >+ const std::string mke2fs_path = exec_dir + "/mke2fsdroid"; > std::vector<const char*> mke2fs_args = {mke2fs_path.c_str(), "-t", "ext4", "-b"}; > > std::string block_size_str = std::to_string(block_size);
--- platform/system/core/fastboot/fs.cpp.omv~ 2018-02-20 20:53:47.446510753 +0100 +++ platform/system/core/fastboot/fs.cpp 2018-02-20 20:54:01.499536983 +0100 @@ -108,7 +108,7 @@ static int generate_ext4_image(const cha static constexpr int block_size = 4096; const std::string exec_dir = android::base::GetExecutableDirectory(); - const std::string mke2fs_path = exec_dir + "/mke2fs"; + const std::string mke2fs_path = exec_dir + "/mke2fsdroid"; std::vector<const char*> mke2fs_args = {mke2fs_path.c_str(), "-t", "ext4", "-b"}; std::string block_size_str = std::to_string(block_size);
View Attachment As Raw
Actions:
View
Attachments on
bug 23853
:
10474
|
10475
|
10476
|
10477
|
10478
|
10479
|
10480
|
10481
|
10482
|
11104
|
11105
|
11106
|
11107
|
11108
|
11109
|
11110
|
11111
|
11112
|
11113
|
11114