Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 7e35917

Browse files
author
Will McVicker
committed
ANDROID: Add utf8_data_table for case-folding support
The upstream commit 2b3d047 ("unicode: Add utf8-data module") moved the unicode nomalization functions into a module so that it could be selectively included in the kernel based of support for case-folding. In doing so, utf8-core.c uses symbol_request() to reference the utf8_data_table symbol. Since GKI trims unused symbols, include this symbol to our symbol list so that it doesn't get trimmed. Link: https://lore.kernel.org/all/[email protected]/ Bug: 278561372 Change-Id: If6347087d8dffae63bb4af5d72b74f703f09b820 Signed-off-by: Will McVicker <[email protected]>
1 parent 8187bf6 commit 7e35917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/abi_gki_aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# commonly used symbols
33
module_layout
44
__put_task_struct
5+
utf8_data_table

0 commit comments

Comments
 (0)