summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/androidTest/AndroidManifest.xml')
-rw-r--r--android/app/src/androidTest/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/app/src/androidTest/AndroidManifest.xml b/android/app/src/androidTest/AndroidManifest.xml
new file mode 100644
index 0000000000..41b8daf8c8
--- /dev/null
+++ b/android/app/src/androidTest/AndroidManifest.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="net.mullvad.mullvadvpn.test">
+
+ <!-- Required on certain Android versions and/or ABIs
+ https://github.com/mockk/mockk/issues/297#issuecomment-641361770 -->
+ <application android:extractNativeLibs="true" />
+</manifest>