summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle17
1 files changed, 0 insertions, 17 deletions
diff --git a/android/build.gradle b/android/build.gradle
index bef41c46f4..4ee2ce7bd3 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -62,11 +62,6 @@ android {
variant.mergeAssetsProvider.configure {
dependsOn copyApiRootCertificate
}
-
- variant.ndkCompileProvider.configure {
- dependsOn copyMullvadJni
- dependsOn copyWireguardGo
- }
}
}
@@ -114,18 +109,6 @@ task format(type: FormatTask, group: 'formatting') {
lint.dependsOn lintKotlin
-task copyMullvadJni(type: Copy) {
- from "$repoRootPath/target/aarch64-linux-android/debug"
- include 'libmullvad_jni.so'
- into "$extraJniDirectory/arm64-v8a"
-}
-
-task copyWireguardGo(type: Copy) {
- from "$repoRootPath/dist-assets/binaries/aarch64-linux-android"
- include 'libwg.so'
- into "$extraJniDirectory/arm64-v8a"
-}
-
task copyApiRootCertificate(type: Copy) {
from "$repoRootPath/dist-assets"
include "api_root_ca.pem"