-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aarch64 #1
Open
RalysonDiego
wants to merge
443
commits into
BoardwalkApp:master
Choose a base branch
from
PojavLauncherTeam:buildjre8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
aarch64 #1
Conversation
This file contains 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
To locate openjdk output dir
This patch makes the runtime work properly on devices with old Android versions - originally it doesn't work due to a dlinfo bug in Android < 7
* Feat: trim .so files * Build: update ndk version * workaround, Switch to old strip bins * Fix:typo
* .github: move apt commands to workflow the scripts are capable of running on other distros, so "let the host cook" also explicitly use Python 3 here as the build env do not use Python 2 * treewide: use bash [[ ./buildlibs.sh: line 18: [: : integer expression expected ... ./buildjdk.sh: line 53: [: : integer expression expected ... all scripts has bash shebang anyways, replace all single brackets [ with bash's double brackets [[ * [hack] tarjdk: force termux-elf-cleaner v2.2.0 g++: error: unrecognized command line option ‘-std=c++20’; did you mean ‘-std=c++2a’? caused by a mix of our outdated toolchains and an upstream commit [1] downgrade the version of termux-elf-cleaner we use to the latest stable tag to workaround the issue [1]: termux/termux-elf-cleaner@9578f2c Test: presubmit Signed-off-by: fukiame <[email protected]> * .github: update actions The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ * .github: actions runner: update to ubuntu-22.04 a bit of future-proofing wont hurt... right? * fixup! .github: java setup: its 7 not 1.7 i retartded --------- Signed-off-by: fukiame <[email protected]>
…def __ANDROID__ (#27) see https://android.googlesource.com/platform/libcore/+/ae218d9bdc8395ac0ed9278c86cff597915c2a7b%5E%21 this commit is subset of the changes mentioned above and should get further tests before merge into JDK.
It looks like latest Xcode has removed typedef Byte, causing freetype to fail compilation. Freetype also internally define it only if it's not Apple platform. A hack define is added to make it compile again.
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.
aarch64