mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add Android build config to mach/servobuild
This commit is contained in:
parent
d4e977a2be
commit
b736256d53
4 changed files with 45 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue