Merge "gps: Enable Pps function" into main

This commit is contained in:
Treehugger Robot 2024-06-20 14:35:32 +00:00 committed by Android (Google) Code Review
commit 999e3955f3
3 changed files with 4 additions and 2 deletions

View file

@ -269,6 +269,8 @@ PRODUCT_SOONG_NAMESPACES += \
# Location # Location
include device/google/tegu/location/device-gnss.mk include device/google/tegu/location/device-gnss.mk
# For GPS property
PRODUCT_VENDOR_PROPERTIES += ro.vendor.gps.pps.enabled=true
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
persist.device_config.configuration.disable_rescue_party=true persist.device_config.configuration.disable_rescue_party=true

View file

@ -25,7 +25,7 @@ gnss_device_patch_address=0
gnss_device_patch_file=/vendor/firmware/kepler.bin gnss_device_patch_file=/vendor/firmware/kepler.bin
# Enable/Disable 1PPS Time Sync policy # Enable/Disable 1PPS Time Sync policy
Is1PPSTimeSyncEnable=0 Is1PPSTimeSyncEnable=1
# send debug req on MCW oddity # send debug req on MCW oddity
#Chip_Configuration_Io_Options=0x85 #Chip_Configuration_Io_Options=0x85

View file

@ -10,7 +10,7 @@ caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
gnss_device_type=K041 gnss_device_type=K041
gnss_device_patch_address=0 gnss_device_patch_address=0
gnss_device_patch_file=/vendor/firmware/kepler.bin gnss_device_patch_file=/vendor/firmware/kepler.bin
Is1PPSTimeSyncEnable=0 Is1PPSTimeSyncEnable=1
Chip_Configuration_Dynamic_HSI=0 Chip_Configuration_Dynamic_HSI=0
Chip_Configuration_ubsan_opt=1 Chip_Configuration_ubsan_opt=1
GlueLayer_IsPlatformRefTimeEnable=1 GlueLayer_IsPlatformRefTimeEnable=1