diff --git a/ConnectivityKit/bluetooth/BUILD.gn b/ConnectivityKit/bluetooth/BUILD.gn index 869366f31d196301aa0499d694ef943d419fda77..9f21ff227edf40f351de4e679bb4d09bdd7a4e66 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" ] }