This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 4253d031f01dbdb478ce4f9cd1b85faa6f39195e Author: likun17 <[email protected]> AuthorDate: Fri Sep 20 17:26:03 2024 +0800 adb: add LIBC_PRINT_EXTENSION dependency. Signed-off-by: likun17 <[email protected]> --- system/adb/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/system/adb/Kconfig b/system/adb/Kconfig index fdf452520..f3526912f 100644 --- a/system/adb/Kconfig +++ b/system/adb/Kconfig @@ -115,6 +115,7 @@ config ADBD_USB_SERVER config ADBD_LOGCAT_SERVICE bool "ADB logcat support" + select LIBC_PRINT_EXTENSION depends on RAMLOG_SYSLOG default n ---help---
