From eba8c1abe1f915c973cf581bd7983ebec235a28e Mon Sep 17 00:00:00 2001 From: liuxinbing Date: Thu, 8 May 2025 11:05:37 +0000 Subject: [PATCH] update LocationKit/BUILD.gn. Signed-off-by: liuxinbing --- LocationKit/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LocationKit/BUILD.gn b/LocationKit/BUILD.gn index b5718e151..4befb797b 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", ] } -- Gitee