From 1574060afcf9f8e7c0aed3418cc7a3626cc13175 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Thu, 3 Aug 2023 22:46:15 -0700 Subject: [PATCH] enable android platform configuration (#28451) --- src/platform/android/SystemPlatformConfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/android/SystemPlatformConfig.h b/src/platform/android/SystemPlatformConfig.h index 1c601906812edc..085d1e58f96e0b 100644 --- a/src/platform/android/SystemPlatformConfig.h +++ b/src/platform/android/SystemPlatformConfig.h @@ -41,4 +41,5 @@ struct ChipDeviceEvent; #define CHIP_SYSTEM_CONFIG_USE_POSIX_TIME_FUNCTS 1 +#define CHIP_SYSTEM_CONFIG_POOL_USE_HEAP 1 // ========== Platform-specific Configuration Overrides =========