From f492b84da3cb4cfdae2b4109e51f8890660374c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Fri, 12 Aug 2022 11:00:18 +1000 Subject: [PATCH] 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 --- build/Android.bp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/Android.bp b/build/Android.bp index fc4ab552d..2529c0a59 100644 --- a/build/Android.bp +++ b/build/Android.bp @@ -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", ], },