From 5cbbc0cb38ec2692ed10f48bb50ebab99ed0ff46 Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Fri, 5 May 2023 12:44:33 +0300 Subject: [PATCH] sdm710-common: Use jemalloc to fix camera [Kondros1995] We dont have this issue with MIUI camera port but lets have it just to be safe --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4a1037b..225a0e8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,6 +58,7 @@ TARGET_KERNEL_VERSION := 4.9 TARGET_PROVIDES_AUDIO_EXTNS := true # Camera +MALLOC_SVELTE := true MALLOC_SVELTE_FOR_LIBC32 := true # Display