From 520148c7be94fa878f710639298377516c942136 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Fri, 28 Jun 2024 15:38:11 +0800 Subject: [PATCH] modify deps Signed-off-by: chen0088 --- services/audiocontrol/test/unittest/controlsource/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/audiocontrol/test/unittest/controlsource/BUILD.gn b/services/audiocontrol/test/unittest/controlsource/BUILD.gn index 71493d2b..4bdab184 100644 --- a/services/audiocontrol/test/unittest/controlsource/BUILD.gn +++ b/services/audiocontrol/test/unittest/controlsource/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -49,8 +49,8 @@ ohos_unittest("ControlSourceTest") { external_deps = [ "access_token:libaccesstoken_sdk", - "access_token:libnativetoken", - "access_token:libtoken_setproc", + "access_token:libnativetoken_shared", + "access_token:libtokensetproc_shared", "c_utils:utils", ] } -- Gitee