From 6136c15c86a9abb4663a8648d00467affd2396ce Mon Sep 17 00:00:00 2001 From: gxz Date: Fri, 27 Sep 2024 19:04:33 +0800 Subject: [PATCH] chore: config rtc_config to use headers/custom_headers --- configs/rtc/rtc_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rtc/rtc_config.yaml b/configs/rtc/rtc_config.yaml index eab1e0e..ffdc283 100644 --- a/configs/rtc/rtc_config.yaml +++ b/configs/rtc/rtc_config.yaml @@ -24,7 +24,7 @@ parsers: parseFiles: include: - '@agoraio-extensions/terra_shared_configs:headers/${SDK_VERSION}/include/*.h' - - '@agoraio-extensions/terra_shared_configs:headers/${SDK_VERSION}/custom_headers/*.h' + - '@agoraio-extensions/terra_shared_configs:headers/custom_headers/*.h' exclude: - '@agoraio-extensions/terra_shared_configs:headers/${SDK_VERSION}/include/time_utils.h' - '@agoraio-extensions/terra_shared_configs:headers/${SDK_VERSION}/include/rte_*.h'