From 3031d665e5cccb1cd40a65aa5e1a138dd27858a3 Mon Sep 17 00:00:00 2001 From: "joe.liu" Date: Mon, 16 Jun 2025 10:47:58 +0800 Subject: [PATCH] ANDROID: tvgki: disabling CONFIG_ANDROID_VENDOR_OEM_DATA in tvgki Disabling CONFIG_ANDROID_VENDOR_OEM_DATA is supposed to reduce the slab memory usage, and the reduced hardware memory usage is about 2.9MB, including Sreclaim and Sunreclaim. Bug: 422348261 Change-Id: Ia7d486e455d6cd1d39522eaf7e1c92c7da269516 Signed-off-by: joe.liu --- arch/arm64/configs/tv_gki.fragment | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/tv_gki.fragment b/arch/arm64/configs/tv_gki.fragment index 5fe1688e8cf1..92dda08667d9 100644 --- a/arch/arm64/configs/tv_gki.fragment +++ b/arch/arm64/configs/tv_gki.fragment @@ -1 +1,2 @@ # CONFIG_ANDROID_KABI_RESERVE is not set +# CONFIG_ANDROID_VENDOR_OEM_DATA is not set