summaryrefslogtreecommitdiff
path: root/libsync
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-11-06 12:45:10 +0900
committerJiyong Park <jiyong@google.com>2019-11-13 14:32:44 +0900
commitb2542d2942f1d71ca7128680da9924132c9bc5b0 (patch)
tree454dd3f4f2f2064a31fe79c2305304fd7ab829a4 /libsync
parent46f9698a11a6011eca8f0f046e3471d62a3d79db (diff)
downloadcore-b2542d2942f1d71ca7128680da9924132c9bc5b0.tar.gz
Rename # vndk tag to # llndk
The APIs that are tagged with # vndk are actually for LLNDK libraries. Although LLNDK is part of VNDK, calling those APIs 'vndk' has given users a wrong perception that the APIs don't need to be kept stable because that's the norm for most of the VNDK libraries that are not LLNDK. In order to eliminate the misunderstanding, rename the tag to 'llndk' so that people introducing new such API will realize what they are signing themselves up for. Bug: 143765505 Test: m Merged-In: Iae2acdf1ff4097a64a5c6280797c66abb1d5a5e6 (cherry picked from commit 0e957b82c8afa24ac10960665316047b970a5b90) Change-Id: Iae2acdf1ff4097a64a5c6280797c66abb1d5a5e6
Diffstat (limited to 'libsync')
-rw-r--r--libsync/libsync.map.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/libsync/libsync.map.txt b/libsync/libsync.map.txt
index 53bb07a70..91c3528d1 100644
--- a/libsync/libsync.map.txt
+++ b/libsync/libsync.map.txt
@@ -19,10 +19,10 @@ LIBSYNC {
sync_merge; # introduced=26
sync_file_info; # introduced=26
sync_file_info_free; # introduced=26
- sync_wait; # vndk
- sync_fence_info; # vndk
- sync_pt_info; # vndk
- sync_fence_info_free; # vndk
+ sync_wait; # llndk
+ sync_fence_info; # llndk
+ sync_pt_info; # llndk
+ sync_fence_info_free; # llndk
local:
*;
};