Cherry-pick patch adding afunix.h

From
https://www.mail-archive.com/mingw-w64-public@lists.sourceforge.net/msg18854.html

[PATCH] headers: Add afunix.h file.

Change-Id: Ic5e70fee2b219be42d120cc6a5f8ada54bb66f9e
Signed-off-by: Biswapriyo Nath <nathbap...@gmail.com>
1 file changed
tree: 083754d5edf015940d5fde31cdac3ae1e62c2343
  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.