commit | 4111748e407c260acbe81e529ca766ba23a32dc2 | [log] [tgz] |
---|---|---|
author | Yuval Peress <peress@google.com> | Mon Dec 12 13:09:32 2022 -0700 |
committer | Yuval Peress <peress@google.com> | Mon Dec 12 13:18:24 2022 -0700 |
tree | 259ab5f8ed894ae9d45491c38860decfff91cdcd | |
parent | 7473dd7de7f0a4067d5f7f429ae65b30718da1d0 [diff] |
zephyr: add dependency on full libc++ See https://github.com/zephyrproject-rtos/zephyr/pull/52946 for additional information about the changes to C++ support. Change-Id: If153785bab8794ab3d5f1c0ae0da7b6db572ac13
diff --git a/platform/zephyr/Kconfig b/platform/zephyr/Kconfig index eae630c..e656ee3 100644 --- a/platform/zephyr/Kconfig +++ b/platform/zephyr/Kconfig
@@ -6,6 +6,7 @@ menuconfig CHRE bool "CHRE Support" + select REQUIRES_FULL_LIBCPP help This option enables the CHRE library.