Merge "Replace #apex with #systemapi"
This commit is contained in:
commit
f3e6cf0a76
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue