From 8ddfa0a7d306b722567c4c640ce23605198a5046 Mon Sep 17 00:00:00 2001 From: zzulilyw <378305181@qq.com> Date: Tue, 13 Jun 2023 18:58:42 +0800 Subject: [PATCH] Title: Implement the requirement to prohibit references to other warehouses Issue: https://gitee.com/openharmony/xts_acts/issues/I7D7M8 test: xts_acts compile & xts_acts libc-test Signed-off-by: zzulilyw <378305181@qq.com> --- commonlibrary/toolchain/libc-test/BUILD.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/commonlibrary/toolchain/libc-test/BUILD.gn b/commonlibrary/toolchain/libc-test/BUILD.gn index b7e0bca4b..9f26a94c2 100644 --- a/commonlibrary/toolchain/libc-test/BUILD.gn +++ b/commonlibrary/toolchain/libc-test/BUILD.gn @@ -19,10 +19,8 @@ import("//test/xts/tools/build/suite.gni") config("module_private_config") { visibility = [ ":*" ] include_dirs = [ - "//commonlibrary/c_utils/base/include", "//third_party/bounds_checking_function/include", "//third_party/musl/porting/linux/user/include", - "//test/xts/acts/security_lite/huks/common/include", ] } @@ -39,7 +37,6 @@ ohos_moduletest_suite("ActsToolChainTest") { ] include_dirs = [ - "//commonlibrary/c_utils/base/include", "//third_party/bounds_checking_function/include", "//third_party/musl/porting/linux/user/include/", "//third_party/musl/porting/linux/user/src/sched", -- GitLab