build.sh: Update to Mingw-w64-5.0.0

Change-Id: I605211ac46967bf4661037257b3109a663a92bd9
6207 files changed
tree: db8e3269a44deffa443cc3d2c85e26dfed4984b7
  1. mingw-w64-v5.0.0/
  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.