diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-06-05 10:17:48 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-06-05 17:31:59 +0200 |
| commit | 5937f49788ffc5a6885bb3eae115b69905734f2d (patch) | |
| tree | 74b424468ef35c7df87485e4d92a3e263853d163 | |
| parent | 2907e5c8bedf942e8bba886d88071e5bb483888a (diff) | |
| download | mullvadvpn-5937f49788ffc5a6885bb3eae115b69905734f2d.tar.xz mullvadvpn-5937f49788ffc5a6885bb3eae115b69905734f2d.zip | |
Add lint ignore for page size
| -rw-r--r-- | android/config/lint.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml index a0d4f42e49..a2b0835479 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -18,4 +18,6 @@ <issue id="InvalidPackage"> <ignore path="**/io.grpc/grpc-core/1.70.0/727f3b07d5ef9b21d9eb00c166991ea4273a3794/grpc-core-1.70.0.jar" /> </issue> + <!-- We currently do not support 16 KB page sizes --> + <issue id="Aligned16KB" severity="ignore" /> </lint> |
