Skip to content

fix: add 16KB page size alignment for Android AAR builds#6192

Merged
soffokl merged 2 commits into
mysteriumnetwork:masterfrom
cvl:master
May 18, 2026
Merged

fix: add 16KB page size alignment for Android AAR builds#6192
soffokl merged 2 commits into
mysteriumnetwork:masterfrom
cvl:master

Conversation

@cvl
Copy link
Copy Markdown
Contributor

@cvl cvl commented May 18, 2026

Google Play requires apps targeting Android 15+ to support 16KB memory page sizes by Nov 2025. Add -extldflags=-Wl,-z,max-page-size=16384 to Go linker flags for both consumer and provider Android builds.

Google Play requires apps targeting Android 15+ to support 16KB
memory page sizes by Nov 2025. Add -extldflags=-Wl,-z,max-page-size=16384
to Go linker flags for both consumer and provider Android builds.
Copy link
Copy Markdown
Member

@soffokl soffokl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, let's try.

@soffokl soffokl merged commit 7bd799e into mysteriumnetwork:master May 18, 2026
1 of 3 checks passed
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.60%. Comparing base (5ef8273) to head (8166036).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6192   +/-   ##
=======================================
  Coverage   25.59%   25.60%           
=======================================
  Files         540      540           
  Lines       31155    31160    +5     
=======================================
+ Hits         7974     7977    +3     
- Misses      22390    22392    +2     
  Partials      791      791           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@soffokl
Copy link
Copy Markdown
Member

soffokl commented May 18, 2026

@cvl it's released as 1.38.3.
Please let us know if this solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants