aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 385078abfaaaba0b3a8019b6b14545ca76b37629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.