fix: rebuilt steambootstrap#1691
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Fix for steambootstrap
CANNOT LINK EXECUTABLE "/data/app/~TxTdA-0nX8eajpnZIEADAQ==/app.gamenative-KhT8BuJ6M9l4K9qHdczwfA==/lib/arm64/libsteambootstrap.so": can't enable GNU RELRO protection for "/data/app/~TxTdA-0nX8eajpnZIEADAQ==/app.gamenative-KhT8BuJ6M9l4K9qHdczwfA==/lib/arm64/libsteambootstrap.so": Out of memoryRecording
N/A
Type of Change
Checklist
#code-changes, I have discussed this change there and it has been green-lighted. If I do not have access, I have still provided clear context in this PR. If I skip both, I accept that this change may face delays in review, may not be reviewed at all, or may be closed.CONTRIBUTING.md.Summary by cubic
Rebuilt
libsteambootstrap.soforarm64-v8ato fix the GNU RELRO “Out of memory” error at startup. Prevents the Android runtime crash and lets the library load correctly on affected devices.Written for commit de4dfb2. Summary will update on new commits.