summaryrefslogtreecommitdiff
path: root/build-native.sh
diff options
context:
space:
mode:
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