diff --git a/libsync/libsync.map.txt b/libsync/libsync.map.txt index aac6b570f..32df91e13 100644 --- a/libsync/libsync.map.txt +++ b/libsync/libsync.map.txt @@ -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 diff --git a/libvndksupport/libvndksupport.map.txt b/libvndksupport/libvndksupport.map.txt index a44ed180e..1d94b9dcb 100644 --- a/libvndksupport/libvndksupport.map.txt +++ b/libvndksupport/libvndksupport.map.txt @@ -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: *; };