b/26525039

Clone this repo:

Branches

  1. 7b49b7f Cherry-pick patch adding afunix.h by Pirama Arumuga Nainar · 3 months ago main master
  2. 3b51eb6 Remove the definition of difftime by Haibo Huang · 3 years, 10 months ago
  3. 081ccfa time.h: Use static inlines for time 32/64-bit forwarding functions. by Haibo Huang · 3 years, 10 months ago
  4. 05b1bfb Revert changes removing MinGW gcc by Pirama Arumuga Nainar · 4 years, 2 months ago
  5. 749ac34 Remove cc1 and cc1plus executables as part of gcc deprecation by Pirama Arumuga Nainar · 4 years, 3 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.