From a992120bb90c5528bc4d5eb0ce11d4b53fb3aebb Mon Sep 17 00:00:00 2001 From: SimonLi Date: Sat, 27 Nov 2021 09:46:20 +0800 Subject: [PATCH] =?UTF-8?q?build:=20wifi=20service=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=B8=BB=E5=8A=A8=E4=BE=9D=E8=B5=96=E6=94=B9=E4=B8=BA=E4=B8=BB?= =?UTF-8?q?=E5=8A=A8=E6=9A=B4=E9=9C=B2=E6=8E=A5=E5=8F=A3=E8=A2=AB=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=A8=A1=E5=9D=97=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimonLi --- sdk_liteos/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_liteos/BUILD.gn b/sdk_liteos/BUILD.gn index 60af9a8..cb3d66b 100755 --- a/sdk_liteos/BUILD.gn +++ b/sdk_liteos/BUILD.gn @@ -34,6 +34,7 @@ lite_component("sdk") { deps = [ "//build/lite/config/component/cJSON:cjson_static", + "//device/hisilicon/hispark_pegasus/hi3861_adapter/hals/communication/wifi_lite/wifiservice", "//device/hisilicon/hispark_pegasus/hi3861_adapter/kal", ] }