From a91b4093cfc8b8c0019c20bf45c63ef541e246ef Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Wed, 6 Dec 2017 11:15:11 -0800 Subject: [PATCH] add make_f2fs.exe in SDK tool for windows Change-Id: Ie38b4f34c5d3283922496334571332f59f9d48ab Signed-off-by: Jaegeuk Kim --- build/sdk-windows-x86.atree | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/sdk-windows-x86.atree b/build/sdk-windows-x86.atree index 71290aa3c..fc3bb17c7 100644 --- a/build/sdk-windows-x86.atree +++ b/build/sdk-windows-x86.atree @@ -39,6 +39,10 @@ rm platform-tools/e2fsdroid rm platform-tools/mke2fs bin/mke2fs.exe strip platform-tools/mke2fs.exe +rm platform-tools/sload_f2fs +rm platform-tools/make_f2fs +bin/make_f2fs.exe strip platform-tools/make_f2fs.exe + bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll bin/AdbWinApi.dll platform-tools/AdbWinApi.dll prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll platform-tools/libwinpthread-1.dll