Merge "Don't include stdlibc++.so in win platform-tools"

This commit is contained in:
Treehugger Robot
2020-10-19 22:46:35 +00:00
committed by Gerrit Code Review

View File

@@ -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