From 4ee0116e3173910b824c0a9e4e28d1a02c291c97 Mon Sep 17 00:00:00 2001 From: hui Date: Wed, 7 May 2025 18:58:42 +0800 Subject: [PATCH] change syscap Signed-off-by: hui --- ConnectivityKit/bluetooth/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConnectivityKit/bluetooth/BUILD.gn b/ConnectivityKit/bluetooth/BUILD.gn index 869366f31..9f21ff227 100644 --- a/ConnectivityKit/bluetooth/BUILD.gn +++ b/ConnectivityKit/bluetooth/BUILD.gn @@ -25,5 +25,5 @@ ohos_ndk_library("libbluetooth_ndk") { output_extension = "so" min_compact_version = "13" system_capability = "SystemCapability.Communication.Bluetooth.Core" - system_capability_headers = [ "./oh_bluetooth.h" ] + system_capability_headers = [ "ConnectivityKit/bluetooth/oh_bluetooth.h" ] } -- Gitee