From da62f82af47d95f56d9e63c0c017422794edea05 Mon Sep 17 00:00:00 2001 From: Jin Qian Date: Thu, 13 Jul 2017 14:45:32 -0700 Subject: [PATCH] Add e2fs tools to Android SDK build-tools fastboot calls mke2fs and e2fsdroid to format ext4 partition. Bug: 35219933 Change-Id: Ica9713cbc07f18215f5712d46aeb18109a06ba2e (cherry picked from commit f75eda610d329b72e7d8a6f6988aa8afd0624b05) --- build/sdk.atree | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/sdk.atree b/build/sdk.atree index 25a5a1f4a..aceef32e4 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -44,6 +44,8 @@ development/sdk/plat_tools_source.properties platform-tools/source.properties # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ bin/adb strip platform-tools/adb bin/fastboot strip platform-tools/fastboot +bin/mke2fs strip platform-tools/mke2fs +bin/e2fsdroid strip platform-tools/e2fsdroid bin/sqlite3 strip platform-tools/sqlite3 bin/dmtracedump strip platform-tools/dmtracedump bin/etc1tool strip platform-tools/etc1tool