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

Commit f1b3104b authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Replace #apex with #systemapi" am: f3e6cf0a am: 03e341e4 am: 05506e1f

parents 955d4156 05506e1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
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:
    *;
};