From 5fed0d860757f5a5bf3035bf8a032ef4e1a0ac73 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 =========