From d500c346fe6d48f03530e757c7c811445587a058 Mon Sep 17 00:00:00 2001 From: mlinlmcc <359830662@qq.com> Date: Thu, 21 Jan 2021 17:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- communication_lite/softbus_hal/BUILD.gn | 3 --- communication_lite/softbus_posix/BUILD.gn | 4 ---- communication_lite/wifiservice_hal/BUILD.gn | 1 - 3 files changed, 8 deletions(-) diff --git a/communication_lite/softbus_hal/BUILD.gn b/communication_lite/softbus_hal/BUILD.gn index 6b326d753..71dfa53fc 100755 --- a/communication_lite/softbus_hal/BUILD.gn +++ b/communication_lite/softbus_hal/BUILD.gn @@ -18,9 +18,6 @@ hctest_suite("ActsSoftBusTest") { defines = [ "HOS_DISCOVERY_3861_BOARD" ] include_dirs = [ - "//vendor/hisi/hi3861/hi3861/include", - "//vendor/hisi/hi3861/hi3861/components/lwip_sack/include", - "//vendor/hisi/hi3861/hi3861/third_party/cjson", "//third_party/bounds_checking_function/include", "//kernel/liteos_m/kal", "//foundation/communication/interfaces/kits/wifi_lite/wifiservice", diff --git a/communication_lite/softbus_posix/BUILD.gn b/communication_lite/softbus_posix/BUILD.gn index b69a380c0..352266fe3 100755 --- a/communication_lite/softbus_posix/BUILD.gn +++ b/communication_lite/softbus_posix/BUILD.gn @@ -34,10 +34,6 @@ hcpptest_suite("ActsSoftBusTest") { "//third_party/mbedtls/include", "//third_party/bounds_checking_function/include", "//kernel/liteos_a/lib/libsec/include", - "//vendor/hisi/hi3861/hi3861/include", - "//vendor/hisi/hi3861/hi3861/third_party/lwip_sack/include", - "//vendor/hisi/hi3861/hi3861/third_party/cjson", - "//vendor/hisi/hi3861/hi3861/third_party/mbedtls/include", "//base/startup/interfaces/kits/syspara_lite/include", "//base/security/interfaces/innerkits/hichainsdk_lite", "//base/security/services/hichainsdk_lite/source/huks_adapter/", diff --git a/communication_lite/wifiservice_hal/BUILD.gn b/communication_lite/wifiservice_hal/BUILD.gn index 531732de8..70331e3dd 100755 --- a/communication_lite/wifiservice_hal/BUILD.gn +++ b/communication_lite/wifiservice_hal/BUILD.gn @@ -18,7 +18,6 @@ hctest_suite("ActsWifiServiceTest") { include_dirs = [ "//foundation/communication/interfaces/kits/wifi_lite/wifiservice", - "//vendor/hisi/hi3861/hi3861/third_party/lwip_sack/include", "//kernel/liteos_m/kal", ] -- GitLab