xref: /aosp_15_r20/external/mesa3d/src/vulkan/vulkan-android.sym (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1{
2	global:
3		# Andoid looks for this global in HAL modules. In the source it occurs
4		# as HAL_MODULE_INFO_SYM (which is just a #define for HMI) and it's an
5		# instance of struct hwvulkan_module_t.
6		HMI;
7
8	local:
9		# When static linking LLVM, all its symbols are public API.
10		# That may cause symbol collision, so explicitly demote everything.
11		*;
12};
13