diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-25 15:05:12 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-25 15:05:12 +0200 |
commit | 47152f7a0c579a482daea16aa771db5a9edb8392 (patch) | |
tree | 60d6976a2a6aa8f2eedad0da998d90c7eda2fc32 /build-native.sh | |
parent | 9e33d076ce06351b53eb18674fec14843d879fdf (diff) |
restore compatibility with Android 4.0
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 |