diff --git a/LocationKit/BUILD.gn b/LocationKit/BUILD.gn index b5718e151b6855764be4a008588249c329f593c7..4befb797b03629e23a28fb9c8cef6f355a763a40 100644 --- a/LocationKit/BUILD.gn +++ b/LocationKit/BUILD.gn @@ -29,7 +29,7 @@ ohos_ndk_library("liblocation_ndk") { min_compact_version = "13" system_capability = "SystemCapability.Location.Location.Core" system_capability_headers = [ - "./oh_location.h", - "./oh_location_type.h", + "LocationKit/oh_location.h", + "LocationKit/oh_location_type.h", ] }