summaryrefslogtreecommitdiff
path: root/build-native.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build-native.bat')
-rw-r--r--build-native.bat14
1 files changed, 0 insertions, 14 deletions
diff --git a/build-native.bat b/build-native.bat
deleted file mode 100644
index 2c6303ea..00000000
--- a/build-native.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo on
-call 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