diff --git a/communication_lite/softbus_hal/BUILD.gn b/communication_lite/softbus_hal/BUILD.gn index 6b326d7530ef9cfd3363c592ffc70c2a9bc40cd3..71dfa53fc43f49fa52ec9b07e37e5632aeb99edc 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 b69a380c0b15d92e93767d9fd23bcab48112c9f1..352266fe33596926f61256525549331409344e8a 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 531732de80127bf98fb7d8bd124967d7565fac86..70331e3dd53fc2009abb47e356b28fcc801f2120 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", ]