Remove gcc-related executables before packaging

AOSP change I41b3713b041b5e6299a9f38e1378c19509470998 removes
gcc-related executables.  Also remove them in build.sh before the
packaging step so they don't reappear when prebuilts get updated..

Bug: http://b/147295872
Test: toolchain/mingw/build.sh and ensure absence of the deleted
executables.

Change-Id: I40def7d7aea2faccfe9064bc60ce77d213753ca5
1 file changed
tree: 31ce751e414795bcd3698abc68ecab55ea4de42a
  1. mingw-w64-v5.0.0/
  2. mingw-w64-v6.x/
  3. build.sh
  4. README.md
  5. README.version
README.md

Building Mingw for Android

The build.sh script in this directory is used to build mingw for Android.

Mingw is built from the mingw branch of AOSP. To fetch the sources:

repo init -u https://android.googlesource.com/platform/manifest -b mingw

# Googlers, use
repo init -u \
    persistent-https://android.git.corp.google.com/platform/manifest -b mingw

To build, run build.sh. Run with --help for a list of options.