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

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

Change-Id: I112aa17e4c04cea4baf9fedf8db5e89a3922e537
This commit is contained in:
Treehugger Robot
2020-10-19 23:35:44 +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