Snap for 11486189 from aa3f6e79fd to 24Q3-release

Change-Id: Ifb630197682944190c09ec52bd40f1146b988000
This commit is contained in:
Android Build Coastguard Worker 2024-02-23 00:02:21 +00:00
commit a2e8379f83
14 changed files with 64 additions and 10 deletions

View file

@ -28,11 +28,14 @@ endif
$(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-caiman.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-caiman.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersCaiman.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/caiman/device-vendor-caiman.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/caiman/device-vendor-caiman.mk)
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
ifeq ($(filter factory_caiman, $(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersCaiman.mk)
endif
# display # display
DEVICE_PACKAGE_OVERLAYS += device/google/caimito/caiman/overlay DEVICE_PACKAGE_OVERLAYS += device/google/caimito/caiman/overlay
@ -47,6 +50,7 @@ include device/google/gs-common/bcmbt/bluetooth.mk
include device/google/gs-common/touch/gti/gti.mk include device/google/gs-common/touch/gti/gti.mk
include device/google/gs-common/touch/syna/syna20.mk include device/google/gs-common/touch/syna/syna20.mk
include device/google/caimito/fingerprint/ultrasonic_udfps.mk include device/google/caimito/fingerprint/ultrasonic_udfps.mk
include device/google/gs-common/modem/radio_ext/radio_ext.mk
# go/lyric-soong-variables # go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,caiman) $(call soong_config_set,lyric,camera_hardware,caiman)

View file

@ -28,11 +28,14 @@ endif
$(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-komodo.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-komodo.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersKomodo.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/komodo/device-vendor-komodo.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/komodo/device-vendor-komodo.mk)
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
ifeq ($(filter factory_komodo, $(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersKomodo.mk)
endif
# display # display
DEVICE_PACKAGE_OVERLAYS += device/google/caimito/komodo/overlay DEVICE_PACKAGE_OVERLAYS += device/google/caimito/komodo/overlay
@ -47,6 +50,7 @@ include device/google/gs-common/bcmbt/bluetooth.mk
include device/google/gs-common/touch/gti/gti.mk include device/google/gs-common/touch/gti/gti.mk
include device/google/gs-common/touch/syna/syna20.mk include device/google/gs-common/touch/syna/syna20.mk
include device/google/caimito/fingerprint/ultrasonic_udfps.mk include device/google/caimito/fingerprint/ultrasonic_udfps.mk
include device/google/gs-common/modem/radio_ext/radio_ext.mk
# go/lyric-soong-variables # go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,komodo) $(call soong_config_set,lyric,camera_hardware,komodo)

View file

@ -19,10 +19,13 @@ TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers
$(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-tokay.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-tokay.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersTokay.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/tokay/device-vendor-tokay.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/tokay/device-vendor-tokay.mk)
ifeq ($(filter factory_tokay, $(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersTokay.mk)
endif
# display # display
DEVICE_PACKAGE_OVERLAYS += device/google/caimito/tokay/overlay DEVICE_PACKAGE_OVERLAYS += device/google/caimito/tokay/overlay
@ -37,6 +40,7 @@ include device/google/gs-common/bcmbt/bluetooth.mk
include device/google/gs-common/touch/gti/gti.mk include device/google/gs-common/touch/gti/gti.mk
include device/google/gs-common/touch/syna/syna20.mk include device/google/gs-common/touch/syna/syna20.mk
include device/google/caimito/fingerprint/ultrasonic_udfps.mk include device/google/caimito/fingerprint/ultrasonic_udfps.mk
include device/google/gs-common/modem/radio_ext/radio_ext.mk
# go/lyric-soong-variables # go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,tokay) $(call soong_config_set,lyric,camera_hardware,tokay)

View file

@ -57,6 +57,8 @@ RfPathLossDb_Ap=3210
RfPathLossDb_Cp=3210 RfPathLossDb_Cp=3210
RfPathLossDb_L5_Ap=4450 RfPathLossDb_L5_Ap=4450
RfPathLossDb_L5_Cp=4450 RfPathLossDb_L5_Cp=4450
IsUseEntireRespTime911=1
isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=0
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN

View file

@ -181,6 +181,12 @@ RfPathLossDb_Ap=3210
RfPathLossDb_Cp=3210 RfPathLossDb_Cp=3210
RfPathLossDb_L5_Ap=4450 RfPathLossDb_L5_Ap=4450
RfPathLossDb_L5_Cp=4450 RfPathLossDb_L5_Cp=4450
NmeaBitmask=0x010003fff
# force engine to use entire response time for emergency session; default 0
IsUseEntireRespTime911=1
# force engine to engage high accuracy if entire response time used; default 0
isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=0

View file

@ -57,6 +57,8 @@ RfPathLossDb_Ap=3520
RfPathLossDb_Cp=3520 RfPathLossDb_Cp=3520
RfPathLossDb_L5_Ap=3700 RfPathLossDb_L5_Ap=3700
RfPathLossDb_L5_Cp=3700 RfPathLossDb_L5_Cp=3700
IsUseEntireRespTime911=1
isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=0
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN

View file

@ -181,6 +181,12 @@ RfPathLossDb_Ap=3520
RfPathLossDb_Cp=3520 RfPathLossDb_Cp=3520
RfPathLossDb_L5_Ap=3700 RfPathLossDb_L5_Ap=3700
RfPathLossDb_L5_Cp=3700 RfPathLossDb_L5_Cp=3700
NmeaBitmask=0x010003fff
# force engine to use entire response time for emergency session; default 0
IsUseEntireRespTime911=1
# force engine to engage high accuracy if entire response time used; default 0
isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=0

View file

@ -53,6 +53,8 @@ UP_LocTech_Constraints=1
UP_LocTech_Requirements=0 UP_LocTech_Requirements=0
SpotLogger_Allowed=0 SpotLogger_Allowed=0
soft_dog=0 soft_dog=0
IsUseEntireRespTime911=1
isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=0
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN

View file

@ -177,6 +177,13 @@ SpotLogger_Allowed=0
soft_dog=0 soft_dog=0
NmeaBitmask=0x010003fff
# force engine to use entire response time for emergency session; default 0
IsUseEntireRespTime911=1
# force engine to engage high accuracy if entire response time used; default 0
isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=0

View file

@ -53,6 +53,8 @@ UP_LocTech_Constraints=1
UP_LocTech_Requirements=0 UP_LocTech_Requirements=0
SpotLogger_Allowed=0 SpotLogger_Allowed=0
soft_dog=0 soft_dog=0
IsUseEntireRespTime911=1
isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=0
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN

View file

@ -177,6 +177,13 @@ SpotLogger_Allowed=0
soft_dog=0 soft_dog=0
NmeaBitmask=0x010003fff
# force engine to use entire response time for emergency session; default 0
IsUseEntireRespTime911=1
# force engine to engage high accuracy if entire response time used; default 0
isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=0

View file

@ -57,6 +57,8 @@ RfPathLossDb_Ap=3550
RfPathLossDb_Cp=3550 RfPathLossDb_Cp=3550
RfPathLossDb_L5_Ap=3870 RfPathLossDb_L5_Ap=3870
RfPathLossDb_L5_Cp=3870 RfPathLossDb_L5_Cp=3870
IsUseEntireRespTime911=1
isForceHighAccuracyMode=1
isUseUncalAccel=0 isUseUncalAccel=0
GNSS_CARRIER_CONFIG_BEGIN GNSS_CARRIER_CONFIG_BEGIN

View file

@ -181,6 +181,12 @@ RfPathLossDb_Ap=3550
RfPathLossDb_Cp=3550 RfPathLossDb_Cp=3550
RfPathLossDb_L5_Ap=3870 RfPathLossDb_L5_Ap=3870
RfPathLossDb_L5_Cp=3870 RfPathLossDb_L5_Cp=3870
NmeaBitmask=0x010003fff
# force engine to use entire response time for emergency session; default 0
IsUseEntireRespTime911=1
# force engine to engage high accuracy if entire response time used; default 0
isForceHighAccuracyMode=1
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data # 0: Use calibrated Accel data 1: Use uncalibrated Accel data
isUseUncalAccel=0 isUseUncalAccel=0

View file

@ -1,4 +1,4 @@
684000,6440000 684000,644000
SNH,684000 SNH,684000
CHA,684000 CHA,684000
@ -11,9 +11,9 @@ CHA,684000
4546000,4548000,684000 4546000,4548000,684000
5796000,5805000,684000 5796000,5805000,684000
7075000,7084000,684000 7075000,7084000,684000
1525000,1559000,6440000 1525000,1559000,644000
2172000,2174000,6440000 2172000,2174000,644000
2193000,2195000,6440000 2193000,2195000,644000
3415000,3425000,6440000 3415000,3425000,644000
4740000,4742000,6440000 4740000,4742000,644000
6155000,6156000,6440000 6155000,6156000,644000
1 684000,6440000 684000,644000
2 SNH,684000
3 CHA,684000
4 642000,646000,684000
11 5796000,5805000,684000
12 7075000,7084000,684000
13 1525000,1559000,6440000 1525000,1559000,644000
14 2172000,2174000,6440000 2172000,2174000,644000
15 2193000,2195000,6440000 2193000,2195000,644000
16 3415000,3425000,6440000 3415000,3425000,644000
17 4740000,4742000,6440000 4740000,4742000,644000
18 6155000,6156000,6440000 6155000,6156000,644000
19