Kick the build server.

The last build failed and it doesn't look related to the CL in that
build. Either the build server configuration changed, or the build is
flaky. Testing theory #2...

Change-Id: Ie1612edb975a20946df3b2f9a3cd85fce92a9782
tree: 7c340af1fa58ba9c0ab800d20a44bf519f49ecf2
  1. mingw-w64-v4.0.4/
  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.