gps: Enable Pps function

Bug: 348095246
Test: b/348095246#comment1 time sync logs.
Change-Id: I92a74d5b93d27d75b4d1e0a5cdc1abac547a4657
This commit is contained in:
Cheng Chang 2024-06-19 02:28:34 +00:00
parent 121ff95c7f
commit 71e4001012
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