summaryrefslogtreecommitdiff
path: root/res/res_statsd.exports.in
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_statsd.exports.in')
-rw-r--r--res/res_statsd.exports.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/res_statsd.exports.in b/res/res_statsd.exports.in
new file mode 100644
index 000000000..6f02b25d6
--- /dev/null
+++ b/res/res_statsd.exports.in
@@ -0,0 +1,8 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIX*ast_statsd_log;
+ LINKER_SYMBOL_PREFIX*ast_statsd_log_full;
+ LINKER_SYMBOL_PREFIX*ast_statsd_log_sample;
+ local:
+ *;
+};