aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig_storage_read_api/libaconfig_storage_read_api_cc.map
blob: 7d47e0ba0e1a9185463aff354cad4e0b4562a439 (plain)
1
2
3
4
5
6
7
8
9
10
11
LIBACONFIG_STORAGE_READ_API_CC {
  # Export everything in the aconfig_storage namespace. This includes both the
  # public API and library internals.
  global:
    extern "C++" {
        aconfig_storage::*;
    };
  # Hide everything else.
  local:
    *;
};