From 321cb9d193d37f258c68ba4933b65c1836fb2e54 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Wed, 24 Nov 2021 11:53:41 +0800 Subject: [PATCH] refactor: use all path of lwip_porting.gni for other product use all path of lwip_porting.gni for other product close: #I4JKX9 Signed-off-by: liujiandong --- components/net/lwip-2.1/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/lwip-2.1/BUILD.gn b/components/net/lwip-2.1/BUILD.gn index c48d68b7..d09bc555 100644 --- a/components/net/lwip-2.1/BUILD.gn +++ b/components/net/lwip-2.1/BUILD.gn @@ -28,7 +28,7 @@ import("//kernel/liteos_m/liteos.gni") import("$LITEOSTHIRDPARTY/lwip/lwip.gni") -import("lwip_porting.gni") +import("$LITEOSTOPDIR/components/net/lwip-2.1/lwip_porting.gni") module_switch = defined(LOSCFG_NET_LWIP_SACK) module_name = "lwip"