fix compile issue

Signed-off-by: Zhangfeng <hw.zhangfeng@huawei.com>
This commit is contained in:
Zhangfeng 2024-07-11 10:40:49 +00:00 committed by Gitee
parent f94527537e
commit 2187a50c15
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 20 additions and 0 deletions

View File

@ -124,4 +124,9 @@ if (location_feature_with_geocode) {
part_name = "location"
subsystem_name = "location"
}
ohos_static_library("lbsservice_geocode_static") {
part_name = "location"
subsystem_name = "location"
}
}

View File

@ -259,4 +259,9 @@ if (location_feature_with_gnss) {
part_name = "location"
subsystem_name = "location"
}
ohos_static_library("lbsservice_gnss_static") {
part_name = "location"
subsystem_name = "location"
}
}

View File

@ -130,4 +130,9 @@ if (location_feature_with_network) {
part_name = "location"
subsystem_name = "location"
}
ohos_static_library("lbsservice_network_static") {
part_name = "location"
subsystem_name = "location"
}
}

View File

@ -123,4 +123,9 @@ if (location_feature_with_passive) {
part_name = "location"
subsystem_name = "location"
}
ohos_static_library("lbsservice_passive_static") {
part_name = "location"
subsystem_name = "location"
}
}