Remove mingw-w64-v5.0.0. sources

We've moved to MinGW 6.x.

Test: N/A
Change-Id: Ifb391d573e0c21f85516621384da832dfff7352c
6164 files changed
tree: 513357339e1366ff39b8723a80294e4c9c059946
  1. mingw-w64-v6.x/
  2. build.sh
  3. README.md
  4. 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.