From d2ce549b1e2c3d4ae731c0d7b56f86344b6d267b Mon Sep 17 00:00:00 2001 From: Joe Baker-Malone Date: Thu, 15 Oct 2020 22:17:56 +0000 Subject: [PATCH] Don't include stdlibc++.so in win platform-tools Test: Manually verified the file is gone. Bug: none Change-Id: Ifddeadebac292414a64fa2498c14a1406ed28837 --- 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 9013287de..e793276e5 100644 --- a/build/sdk-windows-x86.atree +++ b/build/sdk-windows-x86.atree @@ -42,6 +42,10 @@ bin/mke2fs.exe strip platform-tools/mke2fs.exe rm platform-tools/sload_f2fs rm platform-tools/make_f2fs rm platform-tools/make_f2fs_casefold + +# libc++.so not needed on Windows, and that's the only thing here +rm platform-tools/lib64 + bin/make_f2fs.exe strip platform-tools/make_f2fs.exe bin/make_f2fs_casefold.exe strip platform-tools/make_f2fs_casefold.exe