Skip to content
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

Add riscv64 support for Android NDK projects #5772

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

ifarbod
Copy link
Contributor

@ifarbod ifarbod commented Oct 30, 2024

https://opensource.googleblog.com/2023/10/android-and-risc-v-what-you-need-to-know.html

RISC-V64 is here to stay, NDK can build RISC-V64 applications, so it'd be appropriate for it to be included in Xmake.

You need Android NDK r27c+ to build RISC-V64 projects.

// app/build.gradle.kts
android {
    ndkVersion = "27.2.12479018"
}

image

@waruqi waruqi merged commit c6bb229 into xmake-io:dev Oct 31, 2024
19 checks passed
@waruqi waruqi added this to the v2.9.7 milestone Oct 31, 2024
Arthapz pushed a commit to Arthapz/xmake that referenced this pull request Nov 1, 2024
…cv64

Add riscv64 support for Android NDK projects
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.

2 participants