From 5c287da296f96e5be978862e5df97f6148ab762a Mon Sep 17 00:00:00 2001 From: pix106 Date: Mon, 8 May 2023 21:54:21 +0200 Subject: [PATCH] sdm660-common: build scudo-free 32-bit libc variant This reverts commit 64f098356b3c4f1306c02ecdd20c178cf13acf17. --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bbf2744d..72ed1a14 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -84,6 +84,7 @@ BUILD_BROKEN_DUP_RULES := true USE_DEVICE_SPECIFIC_CAMERA := true BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_USES_MEDIA_EXTENSIONS := true +MALLOC_SVELTE_FOR_LIBC32 := true # ConfigFS TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs