Build MinGW v6.x

Bug: http://b/119059858

Build MinGW 6.x instead of 5.0

Test: build.sh
Change-Id: I067e0207f10e397d0d4b90d5ed0655927229ef48
1 file changed
tree: a201d088807a74b930cada2a87ebbde842ee0036
  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.