Remove e2fsdroid and sload_f2fs from platform sdk
fastboot used to reference these binaries as an option to populate newly created filesystem. This option was not reachable from the command line and was removed (commit 5d72d6c). Remove the unused binaries from the platform sdk. These are still included in AOSP and can be built using the regular platform build process [1]. [1] https://source.android.com/setup/build/building Bug: 237960487 Test: m sdk Change-Id: I1037c9e1ac7f76473a95676b93eb433fc37484e6
This commit is contained in:
@@ -219,21 +219,15 @@ android_sdk_repo_host {
|
||||
strip_files: ["lib64/*.dylib"],
|
||||
},
|
||||
not_windows: {
|
||||
deps: [
|
||||
"e2fsdroid",
|
||||
"sload_f2fs",
|
||||
],
|
||||
strip_files: [
|
||||
"adb",
|
||||
"dmtracedump",
|
||||
"e2fsdroid",
|
||||
"etc1tool",
|
||||
"fastboot",
|
||||
"hprof-conv",
|
||||
"make_f2fs_casefold",
|
||||
"make_f2fs",
|
||||
"mke2fs",
|
||||
"sload_f2fs",
|
||||
"sqlite3",
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user