From 5ea3f7787aef59dd3ddc2295155c45e95107c105 Mon Sep 17 00:00:00 2001 From: huang-jianfei200 Date: Sat, 28 Jan 2023 06:49:01 +0000 Subject: [PATCH] Modify path Signed-off-by: huang-jianfei200 Change-Id: I358441d4fce80d56e710d21af2da4cc9b5d1dd70 --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 13885a9..ff78c36 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -75,7 +75,7 @@ shared_library("audio_capturer_impl") { "-lpthread", ] deps = [ - "//device/soc/hisilicon/common/hal/media:hardware_media_sdk", + "$ohos_board_adapter_dir/media:hardware_media_sdk", "//foundation/graphic/surface:lite_surface", "//foundation/multimedia/media_utils_lite:media_common", "//third_party/bounds_checking_function:libsec_shared", -- Gitee