1 # Generated by genversionscripts.py. Do not edit. 2 3 LIBC { 4 global: 5 android_dlopen_ext; 6 dl_iterate_phdr; 7 dladdr; 8 dlclose; 9 dlerror; 10 dlopen; 11 dlsym; 12 local: 13 *; 14 }; 15 16 LIBC_N { 17 global: 18 dlvsym; 19 } LIBC; 20 21 LIBC_PLATFORM { 22 global: 23 android_dlwarning; 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; 28 android_init_namespaces; 29 android_create_namespace; 30 } LIBC_N; 31