b/26525039

Clone this repo:

Branches

  1. 1fc3821 Enable __MINGW_FORCE_SYS_INTRINS for Clang by Yi Kong · 8 weeks ago main master
  2. f74baf5 headers: Stop including mm3dnow.h in intrin.h by Ryan Prichard · 4 months ago
  3. 430e0d3 Apply patch to handle missing symbols from Kernel32.dll by Chris Wailes · 12 months ago
  4. 7b49b7f Cherry-pick patch adding afunix.h by Pirama Arumuga Nainar · 1 year, 3 months ago
  5. 3b51eb6 Remove the definition of difftime by Haibo Huang · 5 years ago

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.