commit | 9c7b1c5425af520991f8a4289c917a103ca0f6d6 | [log] [tgz] |
---|---|---|
author | yunhanw-google <yunhanw@google.com> | Thu Aug 03 22:46:15 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 04 05:46:15 2023 +0000 |
tree | 96a8919c0ab417afadc8aa7ac869a62d58046521 | |
parent | 14bdc24baafbef23a4eeb3606483f13347160639 [diff] |
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 =========