Gurchetan Singh | 876877a | 2023-08-07 15:15:58 -0700 | [diff] [blame] | 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 | }; |