summaryrefslogtreecommitdiff
path: root/build-native.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build-native.bat')
-rw-r--r--build-native.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/build-native.bat b/build-native.bat
new file mode 100644
index 00000000..73fc94b9
--- /dev/null
+++ b/build-native.bat
@@ -0,0 +1,13 @@
+@echo on
+ndk-build -j 8
+cd libs
+mkdir ..\assets
+
+
+for /D %%f in (*) do (
+ copy %%f\minivpn ..\assets\minivpn.%%f
+ del %%f\libcrypto.so
+ del %%f\libssl.so
+)
+
+cd .. \ No newline at end of file