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

build for android 16k pagesize by default, update android api 21 #5833

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nihui
Copy link
Member

@nihui nihui commented Dec 19, 2024

No description provided.

@nihui nihui requested a review from Copilot December 19, 2024 03:42

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (4)

.github/workflows/release.yml:1938

  • The ANDROID_PLATFORM option is removed for armeabi-v7a, which might cause compatibility issues with older Android versions. Ensure that the minimum required platform version is specified.
cmake ${{ env.NCNN_CMAKE_OPTIONS }} -DANDROID_ABI="armeabi-v7a" -DANDROID_ARM_NEON=ON ..

.github/workflows/release.yml:1944

  • The ANDROID_PLATFORM option is removed for arm64-v8a, which might cause compatibility issues with older Android versions. Ensure that the minimum required platform version is specified.
cmake ${{ env.NCNN_CMAKE_OPTIONS }}-DANDROID_ABI="arm64-v8a" ..

.github/workflows/release.yml:1950

  • The ANDROID_PLATFORM option is removed for x86, which might cause compatibility issues with older Android versions. Ensure that the minimum required platform version is specified.
cmake ${{ env.NCNN_CMAKE_OPTIONS }}-DANDROID_ABI="x86" ..

.github/workflows/release.yml:1956

  • The ANDROID_PLATFORM option is removed for x86_64, which might cause compatibility issues with older Android versions. Ensure that the minimum required platform version is specified.
cmake ${{ env.NCNN_CMAKE_OPTIONS }}-DANDROID_ABI="x86_64" ..
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.

1 participant