Set MinGW to default to ucrt

We're using ucrt while building the platform and the Windows Clang.
Having MinGW default to ucrt will avoid mismatch between components that
get linked together.

One particular issue resolved with this is mismatch between binutils
ar.exe and the LLVM gold plugin.

Change-Id: Iecb091f4bd3e3ef165e8d3c6d36b88627347643a
1 file changed
tree: 612b51d432df67def38dc4199647a27b22c29ee9
  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.