Add Android build config to mach/servobuild

This commit is contained in:
Matt Brubeck 2014-09-30 13:45:21 -07:00
parent d4e977a2be
commit b736256d53
4 changed files with 45 additions and 2 deletions

View file

@ -9,6 +9,10 @@ rust-root = "/path/to/rust"
system-cargo = false
cargo-root = "/path/to/cargo"
[build]
# Set "android = true" or use `mach build --android` to build the Android app.
android = false
# Android information
[android]
sdk = "/opt/android-sdk"