• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Android SDK
2
3This directory contains configuration for building Android SDK. The root
4configuration file is `sdk.atree`.
5
6## Building the SDK
7
8```
9$ lunch sdk
10$ m -j sdk
11```
12