3 lines
97 B
Bash
3 lines
97 B
Bash
|
#!/bin/sh
|
||
|
TARGET_ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|