android_system_core/libstats/socket/libstatssocket.map.txt
Ruchir Rastogi 5dbcae5020 Expose libstatssocket as a stable C API
We create a .map.txt file that lists all the stable entry points into
libstatssocket. This should allow other APEXes to link to libstatssocket
without having to copy the library within the APEX.

Test: m -j libstatssocket
Bug: 146377784
Change-Id: I9f77a0c380b6884d9ca60807a8974380420cfe0a
2019-12-27 15:04:54 -08:00

23 lines
1 KiB
Text

LIBSTATSSOCKET {
global:
stats_event_obtain; # apex # introduced=1
stats_event_build; # apex # introduced=1
stats_event_write; # apex # introduced=1
stats_event_release; # apex # introduced=1
stats_event_set_atom_id; # apex # introduced=1
stats_event_write_int32; # apex # introduced=1
stats_event_write_int64; # apex # introduced=1
stats_event_write_float; # apex # introduced=1
stats_event_write_bool; # apex # introduced=1
stats_event_write_byte_array; # apex # introduced=1
stats_event_write_string8; # apex # introduced=1
stats_event_write_attribution_chain; # apex # introduced=1
stats_event_write_key_value_pairs; # apex # introduced=1
stats_event_add_bool_annotation; # apex # introduced=1
stats_event_add_int32_annotation; # apex # introduced=1
stats_event_get_atom_id; # apex # introduced=1
stats_event_get_buffer; # apex # introduced=1
stats_event_get_errors; # apex # introduced=1
local:
*;
};