summaryrefslogtreecommitdiff
path: root/build/README.md
blob: 8bb2df451d73b0ce84eca13c816a42f3e5bfc206 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Android SDK

This directory contains configuration for building Android SDK. The root
configuration file is `sdk.atree`.

## Building the SDK

```
$ lunch sdk
$ m -j sdk
```