From 84989d6115f65bce64e300be5a42efe10f62f1a1 Mon Sep 17 00:00:00 2001 From: luozhewen Date: Tue, 3 Aug 2021 12:37:09 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90communication=5Flite=E3=80=91=E3=80=90?= =?UTF-8?q?master=E3=80=91=E4=BF=AE=E6=94=B9softbus=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=9A=84build.gn=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luozhewen --- communication_lite/softbus_posix/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/communication_lite/softbus_posix/BUILD.gn b/communication_lite/softbus_posix/BUILD.gn index 3044c8bd8..ab4cfa1a1 100755 --- a/communication_lite/softbus_posix/BUILD.gn +++ b/communication_lite/softbus_posix/BUILD.gn @@ -33,8 +33,7 @@ hcpptest_suite("ActsSoftBusTest") { "//third_party/bounds_checking_function/include", "//kernel/liteos_a/lib/libsec/include", "//base/startup/syspara_lite/interfaces/kits/include", - "//base/security/deviceauth/interfaces/innerkits/deviceauth_lite", - "//base/security/deviceauth/frameworks/deviceauth_lite/source/huks_adapter/", + "//base/security/deviceauth/interfaces/innerkits/deviceauth_lite", ] defines = [ "_GNU_SOURCE" ] -- GitLab