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 <tstrudel@google.com>
This commit is contained in:
Thierry Strudel
2016-12-13 13:51:15 -08:00
parent ba8e44684d
commit 0f0e8c6e7e
2 changed files with 2 additions and 1 deletions

View File

@@ -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)))

View File

@@ -54,6 +54,7 @@ typedef enum time_bases {
ATS_MODEM,
ATS_MFLO,
ATS_TOD_MODEM,
ATS_WLAN,
ATS_INVALID
} time_bases_type;