[update]:location process memory optimize location process memory optimize

Signed-off-by: Zhangfeng <hw.zhangfeng@huawei.com>
This commit is contained in:
Zhangfeng 2024-07-08 03:27:37 +00:00 committed by Gitee
parent d8e36d4c43
commit 4da64d4674
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -138,6 +138,11 @@ if (location_feature_with_gnss) {
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.
version_script = "liblbsservice_gnss_version_script.txt"