mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
the --android flag is now needed for the package command
This commit is contained in:
parent
f9e058d5e7
commit
1cba3b3e98
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ export ANDROID_TOOLCHAIN="/path/to/toolchain"
|
|||
export PATH="$PATH:/path/to/toolchain/bin"
|
||||
|
||||
./mach build --release --android
|
||||
./mach package --release
|
||||
./mach package --release --android
|
||||
```
|
||||
|
||||
Rather than setting the `ANDROID_*` environment variables every time, you can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue