From 99e4abf89b7f5823063fd69e0cb6fbf4f5daa147 Mon Sep 17 00:00:00 2001 From: shihaojie Date: Mon, 12 May 2025 03:30:18 +0000 Subject: [PATCH] 1 Signed-off-by: shihaojie --- ConnectivityKit/wifi/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConnectivityKit/wifi/BUILD.gn b/ConnectivityKit/wifi/BUILD.gn index 57eef5360..5e8b5d185 100644 --- a/ConnectivityKit/wifi/BUILD.gn +++ b/ConnectivityKit/wifi/BUILD.gn @@ -25,5 +25,5 @@ ohos_ndk_library("libwifi_ndk") { output_extension = "so" min_compact_version = "13" system_capability = "SystemCapability.Communication.WiFi.STA" - system_capability_headers = [ "wifi/oh_wifi.h" ] + system_capability_headers = [ "ConnectivityKit/wifi/oh_wifi.h" ] } -- Gitee