Merge "Don't include stdlibc++.so in win platform-tools" am: 75db0e8a16 am: b9cc94cdbd

Original change: https://android-review.googlesource.com/c/platform/development/+/1466461

Change-Id: I0a333e10899cfc47e7a4da5b44d8d23839655d51
This commit is contained in:
Treehugger Robot
2020-10-19 23:53:20 +00:00
committed by Automerger Merge Worker

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