3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
./android-shell.sh ./android-build.sh mips-static
|