blob: 36d8f7521f7257987ae5073b92e58b4bcd787140 [file] [log] [blame]
# For Android, we must not export anything other than loader-related API
{
global:
vkGetInstanceProcAddr;
# Loader-ICD interface functions
vk_icdGetInstanceProcAddr;
vk_icdNegotiateLoaderICDInterfaceVersion;
# Type-strings and type-infos required by sanitizers
_ZTS*;
_ZTI*;
# Android HAL module info object
HMI;
local:
*;
};