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

android-ndk test build should use a higher API level #1332

Closed
dneto0 opened this issue May 26, 2023 · 0 comments · Fixed by #1333
Closed

android-ndk test build should use a higher API level #1332

dneto0 opened this issue May 26, 2023 · 0 comments · Fixed by #1333
Assignees

Comments

@dneto0
Copy link
Collaborator

dneto0 commented May 26, 2023

Currently the android_test project specifies android-16, which is Jelly-bean.
The NDK is dropping support for older API levels. Android 26 will only support API level 21 or later. See https://github.com/android/ndk/wiki/Changelog-r25

Vulkan itself was added to API level 24.

It's time to update the test project.

@dneto0 dneto0 self-assigned this May 26, 2023
dneto0 added a commit to dneto0/shaderc that referenced this issue May 26, 2023
dneto0 added a commit that referenced this issue May 27, 2023
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 a pull request may close this issue.

1 participant