mirror of
https://gitee.com/openharmony/base_location
synced 2024-11-28 09:32:33 +00:00
[update]:location process memory optimize location process memory optimize
Signed-off-by: Zhangfeng <hw.zhangfeng@huawei.com>
This commit is contained in:
parent
d8e36d4c43
commit
4da64d4674
@ -138,6 +138,11 @@ if (location_feature_with_gnss) {
|
|||||||
defines += [ "HDF_DRIVERS_INTERFACE_GEOFENCE_ENABLE" ]
|
defines += [ "HDF_DRIVERS_INTERFACE_GEOFENCE_ENABLE" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (time_service_enable) {
|
||||||
|
external_deps += [ "time_service:time_client" ]
|
||||||
|
defines += [ "TIME_SERVICE_ENABLE" ]
|
||||||
|
}
|
||||||
|
|
||||||
# Used to control the export of dynamic library symbols.
|
# Used to control the export of dynamic library symbols.
|
||||||
version_script = "liblbsservice_gnss_version_script.txt"
|
version_script = "liblbsservice_gnss_version_script.txt"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user