Snap for 11778614 from fd9d4ddb21 to 24Q3-release

Change-Id: I520cbad41e23f33e50fcb78d39f1eeb89802d3d9
This commit is contained in:
Android Build Coastguard Worker 2024-04-29 23:01:54 +00:00
commit 6aae1dfb66
3 changed files with 5 additions and 3 deletions

View file

@ -15,9 +15,11 @@
# #
TARGET_KERNEL_DIR ?= device/google/comet-kernel TARGET_KERNEL_DIR ?= device/google/comet-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/comet-kernel/kernel-headers TARGET_BOARD_KERNEL_HEADERS ?= device/google/comet-kernel/kernel-headers
TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_RIGHT TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_RIGHT
LOCAL_PATH := device/google/comet
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
USE_UWBFIELDTESTQM := true USE_UWBFIELDTESTQM := true
endif endif

View file

@ -7,7 +7,7 @@ GlueLayer_EnableGnssCfgInterface=1
gnss_device_type=K042 gnss_device_type=K042
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
ism_stream_enable=1 ism_stream_enable=0
caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
MaxNtnRefLocAgeSecs=600 MaxNtnRefLocAgeSecs=600
GlueLayer_IsPlatformRefTimeEnable=1 GlueLayer_IsPlatformRefTimeEnable=1

View file

@ -21,7 +21,7 @@ gnss_device_patch_address=0
gnss_device_patch_file=/vendor/firmware/kepler.bin gnss_device_patch_file=/vendor/firmware/kepler.bin
# enable ism stream for GAAM # enable ism stream for GAAM
ism_stream_enable=1 ism_stream_enable=0
caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
MaxNtnRefLocAgeSecs=600 MaxNtnRefLocAgeSecs=600