aboutsummaryrefslogtreecommitdiffstats
path: root/servobuild.example
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2014-09-30 13:45:21 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2014-10-03 14:29:54 -0700
commitb736256d53d84ea9ba97c0fd5fc87e5d8a2e1ffd (patch)
treefcc7c4910deef5cc7bc76fa4d55528302edff69e /servobuild.example
parentd4e977a2be1f1fea81c32d1f7024b228cb161966 (diff)
downloadservo-b736256d53d84ea9ba97c0fd5fc87e5d8a2e1ffd.tar.gz
servo-b736256d53d84ea9ba97c0fd5fc87e5d8a2e1ffd.zip
Add Android build config to mach/servobuild
Diffstat (limited to 'servobuild.example')
-rw-r--r--servobuild.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/servobuild.example b/servobuild.example
index 71d693a3225..2d0ceeba46f 100644
--- a/servobuild.example
+++ b/servobuild.example
@@ -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"