enable android platform configuration (#28451)

diff --git a/src/platform/android/SystemPlatformConfig.h b/src/platform/android/SystemPlatformConfig.h
index 1c60190..085d1e5 100644
--- a/src/platform/android/SystemPlatformConfig.h
+++ b/src/platform/android/SystemPlatformConfig.h
@@ -41,4 +41,5 @@
 
 #define CHIP_SYSTEM_CONFIG_USE_POSIX_TIME_FUNCTS 1
 
+#define CHIP_SYSTEM_CONFIG_POOL_USE_HEAP 1
 // ========== Platform-specific Configuration Overrides =========