Add build flag to support 16KB page size#1557
Closed
alanleedev wants to merge 1 commit into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D64446876 |
alanleedev
added a commit
to alanleedev/react-native
that referenced
this pull request
Oct 31, 2024
Summary: X-link: facebook/hermes#1557 Add native build flags to support 16KB page size - https://developer.android.com/guide/practices/page-sizes#compile-r27-higher Changelog: [Android][Added] add cmake arguments to support 16KB page size for native libraries Differential Revision: D64446876
Summary: X-link: facebook/react-native#47042 Add native build flags to support 16KB page size - https://developer.android.com/guide/practices/page-sizes#compile-r27-higher Changelog: [Android][Added] add cmake arguments to support 16KB page size for native libraries Differential Revision: D64446876
c5f7e60 to
12c1c39
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D64446876 |
Contributor
|
This pull request has been merged in e3aec0f. |
facebook-github-bot
pushed a commit
to facebook/react-native
that referenced
this pull request
Nov 1, 2024
Summary: X-link: facebook/hermes#1557 Pull Request resolved: #47042 Add native build flags to support 16KB page size - https://developer.android.com/guide/practices/page-sizes#compile-r27-higher Changelog: [Android][Added] add cmake arguments to support 16KB page size for native libraries Reviewed By: cortinico Differential Revision: D64446876 fbshipit-source-id: 5c6b7874a8837c7ebc9b3e9267ce11fb152bf535
facebook-github-bot
pushed a commit
that referenced
this pull request
Nov 14, 2024
Summary: Original Author: alanlee2@meta.com Original Git: e3aec0f Original Reviewed By: cortinico Original Revision: D64446876 Pull Request resolved: #1557 X-link: facebook/react-native#47042 Add native build flags to support 16KB page size - https://developer.android.com/guide/practices/page-sizes#compile-r27-higher Changelog: [Android][Added] add cmake arguments to support 16KB page size for native libraries Reviewed By: mattbfb Differential Revision: D65787621 fbshipit-source-id: c230966f1cf536233c265c1c2dfecdf2d9a42ed6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
X-link: facebook/react-native#47042
Add native build flags to support 16KB page size
Changelog:
[Android][Added] add cmake arguments to support 16KB page size for native libraries
Differential Revision: D64446876