summaryrefslogtreecommitdiff
path: root/build-native.sh
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-25 15:05:12 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-25 15:05:12 +0200
commit47152f7a0c579a482daea16aa771db5a9edb8392 (patch)
tree60d6976a2a6aa8f2eedad0da998d90c7eda2fc32 /build-native.sh
parent9e33d076ce06351b53eb18674fec14843d879fdf (diff)
restore compatibility with Android 4.0
Diffstat (limited to 'build-native.sh')
-rwxr-xr-xbuild-native.sh1
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