Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Entries in servobuild.example file
Browse files Browse the repository at this point in the history
Entries in the servobuild.example file that are not defaults were
commented out, defaults were mentioned in comments
  • Loading branch information
Sumith1896 committed Jun 12, 2015
1 parent c8c7bd9 commit 0e657b2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions servobuild.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,33 @@ cargo-home-dir = "./.cargo"
# rust-root is specified, will make sure that rust-root is in the path
# when building. Similarly for Cargo. This takes care of PATH as well as
# [DY]LD_LIBRARY_PATH.
# rust-root and cargo-root default to <servo-repo>/
system-rust = false
rust-root = "/path/to/rust"
#rust-root = "/path/to/rust"
system-cargo = false
cargo-root = "/path/to/cargo"
#cargo-root = "/path/to/cargo"

[build]
# Set "mode = dev" or use `mach build --dev` to build the project with warning.
# or Set "mode = release" or use `mach build --release` for optimized build.
mode = "dev"
# Defaults to prompting before building
#mode = "dev"
# Set "android = true" or use `mach build --android` to build the Android app.
android = false
# Set "debug-mozjs" or use `mach build --debug-mozjs` to build a debug spidermonkey.
debug-mozjs = false

# Android information
[android]
sdk = "/opt/android-sdk"
ndk = "/opt/android-ndk"
toolchain = "/opt/android-toolchain"
# Defaults to the value of $ANDROID_SDK, $ANDROID_NDK, $ANDROID_TOOLCHAIN respectively
#sdk = "/opt/android-sdk"
#ndk = "/opt/android-ndk"
#toolchain = "/opt/android-toolchain"

# Gonk information
# Please fill the ndk/toolchain for android too
[gonk]
# Path to B2G repo and build
b2g = "/opt/B2G"
product = "flame"
# Defaults to the value of $GONKDIR
#b2g = "/opt/B2G"
product = "flame"

0 comments on commit 0e657b2

Please sign in to comment.