blob: 7148e0920c6b48c4ecc63d466c1afbd3ff7de765 [file] [log] [blame]
Gurchetan Singh876877a2023-08-07 15:15:58 -07001{
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};