From e11be18685233a701562a65f3862ba6952add97c Mon Sep 17 00:00:00 2001 From: zhangtao666 <“zhangtao472@h-partners.com”> Date: Fri, 28 Apr 2023 11:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=88=86=E5=B8=83=E5=BC=8F=E9=9F=B3?= =?UTF-8?q?=E9=A2=91gn=E9=83=A8=E4=BB=B6=E5=8C=96=E6=95=B4=E6=94=B9=20=20S?= =?UTF-8?q?igned-off-by:=20zhangtao666=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/audioclient/test/unittest/spkclient/BUILD.gn | 1 - services/softbusadapter/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/services/audioclient/test/unittest/spkclient/BUILD.gn b/services/audioclient/test/unittest/spkclient/BUILD.gn index c758d705..db812ce5 100644 --- a/services/audioclient/test/unittest/spkclient/BUILD.gn +++ b/services/audioclient/test/unittest/spkclient/BUILD.gn @@ -22,7 +22,6 @@ config("module_private_config") { visibility = [ ":*" ] include_dirs = [ - "//foundation/multimedia/audio_framework/frameworks/native/audiopolicy/include", "${mediastandardfwk_path}/audiocommon/include", "${mediastandardfwk_path}/audiomanager/include", "${mediastandardfwk_path}/audiorenderer/include", diff --git a/services/softbusadapter/BUILD.gn b/services/softbusadapter/BUILD.gn index eb042afa..d460346c 100644 --- a/services/softbusadapter/BUILD.gn +++ b/services/softbusadapter/BUILD.gn @@ -17,7 +17,6 @@ import("../../distributedaudio.gni") ohos_shared_library("distributed_audio_softbus_adapter") { include_dirs = [ - "//foundation/communication/dsoftbus/interfaces/kits/common", "${fwk_common_path}/utils/include", "//third_party/json/include", ] -- Gitee