Skip to content

fix #99#100

Merged
nbassler merged 1 commit into
mainfrom
99-add-the-16kb-alignment-linker-flag-when-building-for-android
Apr 26, 2026
Merged

fix #99#100
nbassler merged 1 commit into
mainfrom
99-add-the-16kb-alignment-linker-flag-when-building-for-android

Conversation

@nbassler
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 26, 2026 09:29
@nbassler nbassler linked an issue Apr 26, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.44%. Comparing base (6430d4d) to head (a56e4bc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   75.44%   75.44%           
=======================================
  Files          30       30           
  Lines        2769     2769           
  Branches      396      396           
=======================================
  Hits         2089     2089           
  Misses        593      593           
  Partials       87       87           

☔ 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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an Android-specific linker flag for the shared library build to address Android runtime/loading constraints (per “fix #99”).

Changes:

  • Apply -Wl,-z,max-page-size=16384 when building dedx_shared on Android.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nbassler nbassler merged commit d12bfcd into main Apr 26, 2026
28 checks passed
@nbassler nbassler deleted the 99-add-the-16kb-alignment-linker-flag-when-building-for-android branch April 26, 2026 09:31
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.

add the 16KB alignment linker flag when building for Android

2 participants