b/26525039

Clone this repo:

Branches

  1. f74baf5 headers: Stop including mm3dnow.h in intrin.h by Ryan Prichard · 14 days ago main master
  2. 430e0d3 Apply patch to handle missing symbols from Kernel32.dll by Chris Wailes · 8 months ago
  3. 7b49b7f Cherry-pick patch adding afunix.h by Pirama Arumuga Nainar · 12 months ago
  4. 3b51eb6 Remove the definition of difftime by Haibo Huang · 4 years, 7 months ago
  5. 081ccfa time.h: Use static inlines for time 32/64-bit forwarding functions. by Haibo Huang · 4 years, 7 months 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.