4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
export CFLAGS="-O3"
|
|
./android-shell.sh x86 ./android-build.sh x86
|