KhronosGroup / Vulkan-ValidationLayers

Vulkan Validation Layers (VVL)
https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html
Other
748 stars 400 forks source link

Correct error message when attempting to build for Android #8269

Closed clayjohn closed 2 months ago

clayjohn commented 2 months ago

Clarify that version under NDK 25 are not supported

I noticed this while attempting to build with NDK 23. The error tells you to use NDK 20 or higher, when in reality, you need NDK 25 or higher.

ci-tester-lunarg commented 2 months ago

Author clayjohn not on autobuild list. Waiting for curator authorization before starting CI build.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

ci-tester-lunarg commented 2 months ago

Author clayjohn not on autobuild list. Waiting for curator authorization before starting CI build.

clayjohn commented 2 months ago

LGTM - To fix CI change your commit message to build: Correct Android NDK version in error message

Done! Thank you for the feedback