blob: 8bb2df451d73b0ce84eca13c816a42f3e5bfc206 [file] [log] [blame] [view]
Zhomart Mukhamejanovbdb2a602020-07-24 15:24:50 -07001# 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```