Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3e6cf0a authored by Jiyong Park's avatar Jiyong Park Committed by Gerrit Code Review
Browse files

Merge "Replace #apex with #systemapi"

parents ccb1ce32 d97e52d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ LIBSYNC {
    sync_merge; # introduced=26
    sync_merge; # introduced=26
    sync_file_info; # introduced=26
    sync_file_info; # introduced=26
    sync_file_info_free; # introduced=26
    sync_file_info_free; # introduced=26
    sync_wait; # llndk apex
    sync_wait; # llndk systemapi
    sync_fence_info; # llndk
    sync_fence_info; # llndk
    sync_pt_info; # llndk
    sync_pt_info; # llndk
    sync_fence_info_free; # llndk
    sync_fence_info_free; # llndk
+3 −3
Original line number Original line Diff line number Diff line
LIBVNDKSUPPORT {
LIBVNDKSUPPORT {
  global:
  global:
    android_is_in_vendor_process; # llndk apex
    android_is_in_vendor_process; # llndk systemapi
    android_load_sphal_library; # llndk apex
    android_load_sphal_library; # llndk systemapi
    android_unload_sphal_library; # llndk apex
    android_unload_sphal_library; # llndk systemapi
  local:
  local:
    *;
    *;
};
};