blob: 20efa9a95ae4dd4a0956c2c89049429f5483a992 [file] [log] [blame]
Greg Hackmanne5c872f2016-03-03 13:10:23 -08001# Generated by genversion-scripts.py. Do not edit.
Dmitriy Ivanovbc750472015-10-30 17:43:27 -07002
3LIBC {
4 global:
5 android_dlopen_ext;
6 dl_iterate_phdr;
7 dl_unwind_find_exidx; # arm
8 dladdr;
9 dlclose;
10 dlerror;
11 dlopen;
12 dlsym;
13 local:
14 *;
15};
16
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070017LIBC_N {
18 global:
Dimitry Ivanov9cf99cb2015-12-11 14:22:24 -080019 dlvsym;
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070020} LIBC;
21
Dimitry Ivanov98cdef32016-03-02 11:41:22 -080022LIBC_PLATFORM {
Dmitriy Ivanovbc750472015-10-30 17:43:27 -070023 global:
24 android_get_application_target_sdk_version;
25 android_set_application_target_sdk_version;
26 android_get_LD_LIBRARY_PATH;
27 android_update_LD_LIBRARY_PATH;
Dimitry Ivanov7a622da2016-04-13 15:01:37 -070028 android_init_namespaces;
29 android_create_namespace;
Dmitriy Ivanov42d5fcb2015-10-29 17:01:24 -070030} LIBC_N;