servo: the --android flag is now needed for the package command

Source-Repo: https://github.com/servo/servo
Source-Revision: 1cba3b3e9835fffbae91ab9dac76ed1f75bcf5c7
This commit is contained in:
Rohit Zambre 2016-07-04 15:58:27 -07:00
Родитель 0ef8b9f9b9
Коммит 328f6bf50e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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