b/26525039

Clone this repo:

Branches

  1. 430e0d3 Apply patch to handle missing symbols from Kernel32.dll by Chris Wailes · 6 weeks ago main master
  2. 7b49b7f Cherry-pick patch adding afunix.h by Pirama Arumuga Nainar · 5 months ago
  3. 3b51eb6 Remove the definition of difftime by Haibo Huang · 4 years ago
  4. 081ccfa time.h: Use static inlines for time 32/64-bit forwarding functions. by Haibo Huang · 4 years ago
  5. 05b1bfb Revert changes removing MinGW gcc by Pirama Arumuga Nainar · 4 years, 5 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.