mirror of
https://github.com/SwallowOS/android_external_freetype
synced 2025-11-08 09:06:23 +08:00
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.
Exempt-From-Owner-Approval: cherry-pick from internal gerrit
Bug: 143765505
Test: m
Merged-In: If673fbb9059201e79e691d93e0dc77c6555cba39
(cherry picked from commit 3f4f491dcb)
Change-Id: If673fbb9059201e79e691d93e0dc77c6555cba39
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
LIBFT2 {
|
||||
global:
|
||||
FT_Done_Face; # vndk
|
||||
FT_Done_FreeType; # vndk
|
||||
FT_Get_Char_Index; # vndk
|
||||
FT_Init_FreeType; # vndk
|
||||
FT_Load_Glyph; # vndk
|
||||
FT_New_Face; # vndk
|
||||
FT_New_Memory_Face; # vndk
|
||||
FT_Set_Char_Size; # vndk
|
||||
FT_Done_Face; # llndk
|
||||
FT_Done_FreeType; # llndk
|
||||
FT_Get_Char_Index; # llndk
|
||||
FT_Init_FreeType; # llndk
|
||||
FT_Load_Glyph; # llndk
|
||||
FT_New_Face; # llndk
|
||||
FT_New_Memory_Face; # llndk
|
||||
FT_Set_Char_Size; # llndk
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user