diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-25 19:54:43 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-25 19:54:43 +0200 |
commit | 02c364271bc75cae5c00faf3b01d2f4b85113d07 (patch) | |
tree | 2f54da1e3367a193228659a32612bd3daa4976e2 /build-native.sh | |
parent | 5e48e30e53bb7b42154866214217bf3f500ee7fd (diff) | |
parent | 2b811c50e5b5202eedab9d0a9768ec5e0d7168a3 (diff) |
Merge
Diffstat (limited to 'build-native.sh')
-rwxr-xr-x | build-native.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-native.sh b/build-native.sh index af9fcf57..2848fdd2 100755 --- a/build-native.sh +++ b/build-native.sh @@ -1,6 +1,7 @@ ndk-build APP_API=all -j 8 if [ $? = 0 ]; then cd libs + mkdir -p ../assets for i in * do cp -v $i/minivpn ../assets/minivpn.$i |