2 lines
42 B
Bash
2 lines
42 B
Bash
|
#!/bin/sh
|
||
|
ndk-build NDK_PROJECT_PATH=./ $@
|