From 65b1d86f95cdd117c5dbe862983d48db9250aefc Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Thu, 14 Nov 2019 14:18:36 -0800 Subject: [PATCH] ANDROID: gki_defconfig: Add CONFIG_UNICODE This adds support for unicode to gki_defconfig Signed-off-by: Daniel Rosenberg Test: Boots, /data/media is case insensitive Bug: 138322712 Change-Id: I177d0b301087733234de3d6d283af946213eebca --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 1f55dc812926..ec752f73b403 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -448,6 +448,7 @@ CONFIG_NLS_MAC_INUIT=y CONFIG_NLS_MAC_ROMANIAN=y CONFIG_NLS_MAC_TURKISH=y CONFIG_NLS_UTF8=y +CONFIG_UNICODE=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_HARDENED_USERCOPY=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 3814d8e40c44..e0a05fe46d5a 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -388,6 +388,7 @@ CONFIG_NLS_MAC_INUIT=y CONFIG_NLS_MAC_ROMANIAN=y CONFIG_NLS_MAC_TURKISH=y CONFIG_NLS_UTF8=y +CONFIG_UNICODE=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_HARDENED_USERCOPY=y