Skip to content

anv: Add android dependencies on android.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:anv-android-deps into master

Specifically needed for nativewindow for some VK_EXT_external_memory_android_hardware_buffers functions, where we call into some AHardwareBuffer functions.

The legacy Android ext did not have us call into any Android function at all and hence it was not noticed.

Fixes: 755c633b "anv: Fix vulkan build in meson."

Merge request reports