From 480865d9ea12192d166274b60d25e54cdd0fb622 Mon Sep 17 00:00:00 2001 From: WangTianhe8 Date: Tue, 10 Jun 2025 22:37:39 +0800 Subject: [PATCH] driverBuild Signed-off-by: WangTianhe8 --- location/agnss/v2_0/BUILD.gn | 2 +- location/geofence/v2_0/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/location/agnss/v2_0/BUILD.gn b/location/agnss/v2_0/BUILD.gn index 7a8f312e..5968e8a8 100644 --- a/location/agnss/v2_0/BUILD.gn +++ b/location/agnss/v2_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("location_agnss") { module_name = "location_agnss" diff --git a/location/geofence/v2_0/BUILD.gn b/location/geofence/v2_0/BUILD.gn index 0f0996d3..fd159fee 100644 --- a/location/geofence/v2_0/BUILD.gn +++ b/location/geofence/v2_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("location_geofence") { module_name = "location_geofence" sources = [ -- Gitee