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