diff options
| author | Albin <albin@mullvad.net> | 2024-11-04 11:20:05 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-11-04 14:37:31 +0100 |
| commit | c7e053838a992bc7b5f371189007d35a8142b8e4 (patch) | |
| tree | 11388812edc9f2f032dc58b870123bc98867b541 /android/scripts | |
| parent | 82e49f3dc29cc7d06edd2f23f7bfbe3c85ed349b (diff) | |
| download | mullvadvpn-c7e053838a992bc7b5f371189007d35a8142b8e4.tar.xz mullvadvpn-c7e053838a992bc7b5f371189007d35a8142b8e4.zip | |
Exclude maybenot bundle check in lockfile script
Diffstat (limited to 'android/scripts')
| -rwxr-xr-x | android/scripts/update-lockfile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/scripts/update-lockfile.sh b/android/scripts/update-lockfile.sh index e400caed72..e062fd08c3 100755 --- a/android/scripts/update-lockfile.sh +++ b/android/scripts/update-lockfile.sh @@ -22,6 +22,7 @@ GRADLE_TASKS=( EXCLUDED_GRADLE_TASKS=( "-xensureRelayListExist" "-xensureJniDirectoryExist" + "-xensureMaybenotMachinesExist" ) export GRADLE_OPTS |
