android/vk: drop unnecessary symbols

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21631>
This commit is contained in:
Eric Engestrom 2023-03-02 17:36:24 +00:00 committed by Marge Bot
parent 4e1eb53b5e
commit 2a6fbc4bb2

View file

@ -1,9 +1,5 @@
{
global:
vk_icdGetInstanceProcAddr;
vk_icdGetPhysicalDeviceProcAddr;
vk_icdNegotiateLoaderICDInterfaceVersion;
# 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.