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 | 575523d46ebf0eb022a58138da998a09d756d493 (patch) | |
tree | 5db11ecb287d74a2fe6cbc637b59c00c0a02e939 /build-native.sh | |
parent | 2402e4db4da8ced807d061a3fd703ebd0580b92a (diff) | |
parent | 83dbf0d0df418a51e1f7c1a84ee0b7ae8171ee7e (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 |