# mingw **Repository Path**: mirrors_android_source/mingw ## Basic Information - **Project Name**: mingw - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: ```bash 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.