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

Make it easier to build android_jni #2475

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Conversation

kairusds
Copy link
Contributor

@kairusds kairusds commented Oct 12, 2024

This PR sets the targetSdk and compileSdk to 31, alongside with fixing the cpufeatures library on the CMake file for Android builds, to fix the build errors. The PR has also added a recommended NDK revison, as r26 and above is causing an i686-linux-android19-clang not found error from the ext/dav1d_android.sh buildscript because support for Android API 19 and 20 was removed.

@vrabaud
Copy link
Collaborator

vrabaud commented Oct 14, 2024

Thx for the pull request: could please also have a look at our CI files to see if they have the proper versions? Thx. https://github.com/AOMediaCodec/libavif/blob/main/.github/workflows/ci-android-jni.yml and https://github.com/AOMediaCodec/libavif/blob/main/.github/workflows/ci-android-emulator-tests.yml

@kairusds
Copy link
Contributor Author

Thx for the pull request: could please also have a look at our CI files to see if they have the proper versions? Thx. https://github.com/AOMediaCodec/libavif/blob/main/.github/workflows/ci-android-jni.yml and https://github.com/AOMediaCodec/libavif/blob/main/.github/workflows/ci-android-emulator-tests.yml

Yeah, they're all fine as it is.

@vigneshvg vigneshvg merged commit 2c36aed into AOMediaCodec:main Oct 14, 2024
35 checks passed
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.

3 participants