xref: /aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/libaconfig_storage_read_api_cc.map (revision 9e94795a3d4ef5c1d47486f9a02bb378756cea8a)
1LIBACONFIG_STORAGE_READ_API_CC {
2  # Export everything in the aconfig_storage namespace. This includes both the
3  # public API and library internals.
4  global:
5    extern "C++" {
6        aconfig_storage::*;
7    };
8  # Hide everything else.
9  local:
10    *;
11};
12