From a3df21a281823d0db2a6760c9b73fc67f5f1d203 Mon Sep 17 00:00:00 2001 From: zhangyanchuan Date: Thu, 25 Apr 2024 15:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=B6=E6=B0=B4=E5=B1=82=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangyanchuan --- modules/desktop_capture/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop_capture/BUILD.gn b/modules/desktop_capture/BUILD.gn index 274af391..9f189118 100644 --- a/modules/desktop_capture/BUILD.gn +++ b/modules/desktop_capture/BUILD.gn @@ -435,7 +435,7 @@ rtc_library("desktop_capture") { ] include_dirs = ohos_src_includes deps += [ - "//third_party/ohos_ndk:ohos_isolation", + "//ohos_glue:ohos_adapter_glue_source", ] } -- Gitee