OpenVPN libs added for Android

This commit is contained in:
pokamest
2021-10-16 18:33:18 +03:00
parent 5895b37a06
commit 64627abe6d
22 changed files with 10 additions and 12 deletions
+6 -6
View File
@@ -65,7 +65,7 @@ android {
compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion '28.0.3'
//buildToolsVersion '28.0.3'
dexOptions {
javaMaxHeapSize "3g"
@@ -135,11 +135,11 @@ android {
// }
// }
externalNativeBuild {
cmake {
path 'openvpn/src/main/cpp/CMakeLists.txt'
}
}
// externalNativeBuild {
// cmake {
// path 'openvpn/src/main/cpp/CMakeLists.txt'
// }
// }
}