Cherry-pick patch adding afunix.h From https://www.mail-archive.com/[email protected]/msg18854.html [PATCH] headers: Add afunix.h file. Change-Id: Ic5e70fee2b219be42d120cc6a5f8ada54bb66f9e Signed-off-by: Biswapriyo Nath <[email protected]>
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.