summaryrefslogtreecommitdiff
path: root/android/Bootstrap/version.map
blob: de561bfc296b3c6ea502ddcac357e89095db9694 (plain)
1
2
3
4
5
6
7
8
9
dummy {
     global:
        Java_*;
        JNI_OnLoad;
        _ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
        libreofficekit_hook*;
    local:
        *;
};