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
commit2d1ba27de2ed0b477f88ed8cc64fcccd709d8221 (patch)
tree581aa7b78748a884e8a30e76ff76e6aadb354250 /build-native.sh
parent4cd02fc5441d4eeb017fcde336d6d159bcb0892c (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