frameworks/native/libs/vr/libdvr/exported_apis.lds

10 lines
125 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
{
global:
# Whitelist the function to load the dvr api.
dvrGetApi;
local:
# Hide everything else.
*;
};