Merge "Replace #apex with #systemapi"

This commit is contained in:
Jiyong Park 2022-07-19 15:35:13 +00:00 committed by Gerrit Code Review
commit f3e6cf0a76
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ LIBSYNC {
sync_merge; # introduced=26
sync_file_info; # introduced=26
sync_file_info_free; # introduced=26
sync_wait; # llndk apex
sync_wait; # llndk systemapi
sync_fence_info; # llndk
sync_pt_info; # llndk
sync_fence_info_free; # llndk

View File

@ -1,8 +1,8 @@
LIBVNDKSUPPORT {
global:
android_is_in_vendor_process; # llndk apex
android_load_sphal_library; # llndk apex
android_unload_sphal_library; # llndk apex
android_is_in_vendor_process; # llndk systemapi
android_load_sphal_library; # llndk systemapi
android_unload_sphal_library; # llndk systemapi
local:
*;
};