1# For Android, we must not export anything other than loader-related API
2{
3global:
4 # Loader-ICD interface functions
5 vk_icdGetInstanceProcAddr;
6 vk_icdNegotiateLoaderICDInterfaceVersion;
7
8 # Android HAL module info object
9 HMI;
10
11local:
12 *;
13};
14
15