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