CODEOWNERS: update owners for Android components
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41246>
This commit is contained in:
Yiwei Zhang 2026-04-28 12:46:32 -07:00 committed by Marge Bot
parent 0c49738211
commit 6b8d934407

View file

@ -26,6 +26,7 @@ meson.build @dbaker @eric
# Build system - Android
/android/ @roman.stratiienko
/bin/update-android-headers.sh @zzyiwei
# Compatibility headers
/include/c99* @xexaxo
@ -46,6 +47,8 @@ meson.build @dbaker @eric
/src/vulkan/ @gfxstrand
/include/vulkan/ @gfxstrand
# Android Gralloc
/src/util/u_gralloc/ @roman.stratiienko @zzyiwei
#############
# PLATFORMS #
@ -94,6 +97,9 @@ meson.build @dbaker @eric
/src/vulkan/wsi/wsi_common_display.* @keithp
/src/*/vulkan/*_wsi_display.c @keithp
# Vulkan - Android
/include/vulkan/vk_android_native_buffer.h @zzyiwei
/src/vulkan/runtime/vk_android.* @zzyiwei
######
# CI #