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

This commit is contained in:
Rohit Zambre 2016-07-04 15:58:27 -07:00
parent f9e058d5e7
commit 1cba3b3e98

View file

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