Skip to content
Snippets Groups Projects
Commit a7fe711a authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Marge Bot
Browse files

vulkan: Allow global symbol HMI for Android


Android looks for this symbol when loading HAL modules.

Reviewed-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
Part-of: <!6112>
parent 6b3f56f0
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,8 @@ vk_icdNegotiateLoaderICDInterfaceVersion
# Version 4 - Add unknown physical device extension querying via
# vk_icdGetPhysicalDeviceProcAddr.
(optional) vk_icdGetPhysicalDeviceProcAddr
# Andoid looks for this global in HAL modules. In the source it occurs
# as HAL_MODULE_INFO_SYM (which is just a #define for HMI) and it's an
# instance of struct hwvulkan_module_t.
(optional) HMI
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment