From 0f0e8c6e7ee83f3551dc070f000988cdda0922a8 Mon Sep 17 00:00:00 2001 From: Thierry Strudel Date: Tue, 13 Dec 2016 13:51:15 -0800 Subject: [PATCH] Update to LA.UM.5.7.R1.07.00.00.253.052 location: from vendor/qcom/opensource/location 49b293e Rename msmcobalt to msm8998 time-services: from vendor/qcom/opensource/time-services 4a916f7 Promotion of core-technologies.lnx.1.0-00098. 37f3c83 time-services: Add new offset for WLAN client bffb7e2 time-services: Add new offset to capture Modem TOD update 741010b Merge "time-services: Add support for DRM offset" 86a2bbd time-services: Add support for DRM offset 6efa6a5 Merge "time-service: Compilation for C++ compiler" b2642ae Merge "time-service: Provide an api to enable or disable logging" 1f2db25 time-service: Compilation for C++ compiler 51b8dcf time-service: Provide an api to enable or disable logging e23c6ce Merge "time-service: Support to query whether the offset has been set" 31321e7 time-service: Support to query whether the offset has been set 4f614e2 Merge "time-services: Add modem offset" 58da2a7 time-services: Add modem offset 042f560 Merge "time-services: Add multimedia offset" b69a90b time-services: Add multimedia offset 8253366 Update copyright to The Linux Foundation 8ae7d56 time-services: Add ATS_SECURE and ATS_SNTP offsets 65d08fe time-services: Install time-services header. 3f3245b time-services: Add time services header file 9f6cf13 Initial commit Bug: 33556391 Change-Id: I1f94127d73ef74a25e374fdeb011ec5ea5679d96 Signed-off-by: Thierry Strudel --- location/loc_api/Android.mk | 2 +- time-services/time_genoff.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/location/loc_api/Android.mk b/location/loc_api/Android.mk index 6341244..4331ffc 100644 --- a/location/loc_api/Android.mk +++ b/location/loc_api/Android.mk @@ -16,7 +16,7 @@ QMI_BOARD_PLATFORM_LIST += msm8992 QMI_BOARD_PLATFORM_LIST += msm8996 QMI_BOARD_PLATFORM_LIST += msm8953 QMI_BOARD_PLATFORM_LIST += msm8937 -QMI_BOARD_PLATFORM_LIST += msmcobalt +QMI_BOARD_PLATFORM_LIST += msm8998 QMI_BOARD_PLATFORM_LIST += msmfalcon ifneq (,$(filter $(QMI_BOARD_PLATFORM_LIST),$(TARGET_BOARD_PLATFORM))) diff --git a/time-services/time_genoff.h b/time-services/time_genoff.h index 8951b5d..4704da8 100644 --- a/time-services/time_genoff.h +++ b/time-services/time_genoff.h @@ -54,6 +54,7 @@ typedef enum time_bases { ATS_MODEM, ATS_MFLO, ATS_TOD_MODEM, + ATS_WLAN, ATS_INVALID } time_bases_type;