Revert changes removing MinGW gcc

This reverts commits
  - 8c73fda524 Remove gcc-related executables before packaging
  - 749ac34a48 Remove cc1 and cc1plus executables as part of gcc
  deprecation

https://android-review.googlesource.com/c/platform/manifest/+/1201806
pinned the MinGW project in the binutils manifests as part of gcc
removal but we need to move past the pinned SHAs to rebuild binutils
with MinGW fixes for https://github.com/android/ndk/issues/1176.

Test: N/A
Change-Id: Ic01eeda83b4a4ce02f43b1c00be9bfceabec8c62
1 file changed
tree: 94254ba082af9c384a33d01de7ea7f1e35cefc8d
  1. mingw-w64-v6.x/
  2. build.sh
  3. README.md
  4. 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.