Dmitriy Ivanov | bc75047 | 2015-10-30 17:43:27 -0700 | [diff] [blame^] | 1 | # Generated by genversionscripts.py. Do not edit. |
2 | |||||
3 | LIBC { | ||||
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 | |||||
17 | LIBC_PRIVATE { | ||||
18 | global: | ||||
19 | android_get_application_target_sdk_version; | ||||
20 | android_set_application_target_sdk_version; | ||||
21 | android_get_LD_LIBRARY_PATH; | ||||
22 | android_update_LD_LIBRARY_PATH; | ||||
23 | } LIBC; |