mirror of
https://gitee.com/openharmony/base_location
synced 2024-11-28 09:32:33 +00:00
fix compile issue
Signed-off-by: Zhangfeng <hw.zhangfeng@huawei.com>
This commit is contained in:
parent
f94527537e
commit
2187a50c15
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user