Snap for 11585034 from 469a38ee06
to 25D4-release
Change-Id: I56b792e4672e2360db7562bd6a3766ed54e3b957
This commit is contained in:
commit
43e8b44531
7 changed files with 12 additions and 5 deletions
|
@ -33,7 +33,7 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/tegu/audio/$(AUDIO_TABLE_FOLDER)/config/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
|
device/google/tegu/audio/$(AUDIO_TABLE_FOLDER)/config/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
|
||||||
|
|
||||||
# Speaker firmware files
|
# Speaker firmware files
|
||||||
SPK_FIRMWARE_PATH := $(AUDIO_TABLE_FOLDER)/tas2572
|
SPK_FIRMWARE_PATH := $(AUDIO_TABLE_FOLDER)/tas2572/fw/
|
||||||
SPK_FIRMWARE_FULL_PATH := device/google/tegu/audio/$(SPK_FIRMWARE_PATH)
|
SPK_FIRMWARE_FULL_PATH := device/google/tegu/audio/$(SPK_FIRMWARE_PATH)
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += $(call copy-files,$(wildcard $(SPK_FIRMWARE_FULL_PATH)/*),$(TARGET_COPY_OUT_VENDOR)/firmware)
|
PRODUCT_COPY_FILES += $(call copy-files,$(wildcard $(SPK_FIRMWARE_FULL_PATH)/*),$(TARGET_COPY_OUT_VENDOR)/firmware)
|
||||||
|
|
BIN
audio/tegu/tas2572/fw/ti_sp_tuning.bin
Normal file
BIN
audio/tegu/tas2572/fw/ti_sp_tuning.bin
Normal file
Binary file not shown.
|
@ -30,6 +30,9 @@ $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/devi
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/tegu/proprietary/tegu/device-vendor-tegu.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/tegu/proprietary/tegu/device-vendor-tegu.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)
|
||||||
|
|
||||||
|
# display
|
||||||
|
DEVICE_PACKAGE_OVERLAYS += device/google/tegu/tegu/overlay
|
||||||
|
|
||||||
include device/google/tegu/audio/tegu/audio-tables.mk
|
include device/google/tegu/audio/tegu/audio-tables.mk
|
||||||
include device/google/zumapro/device-shipping-common.mk
|
include device/google/zumapro/device-shipping-common.mk
|
||||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||||
|
@ -45,8 +48,6 @@ $(call soong_config_set,lyric,tuning_product,tegu)
|
||||||
$(warning target_device set to zuma on zumapro target)
|
$(warning target_device set to zuma on zumapro target)
|
||||||
$(call soong_config_set,google3a_config,target_device,tegu)
|
$(call soong_config_set,google3a_config,target_device,tegu)
|
||||||
|
|
||||||
# display
|
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/google/tegu/tegu/overlay
|
|
||||||
|
|
||||||
# Init files
|
# Init files
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -20,6 +20,9 @@ $(call inherit-product, device/google/zumapro/factory_common.mk)
|
||||||
$(call inherit-product, device/google/tegu/device-tegu.mk)
|
$(call inherit-product, device/google/tegu/device-tegu.mk)
|
||||||
include device/google/tegu/audio/tegu/factory-audio-tables.mk
|
include device/google/tegu/audio/tegu/factory-audio-tables.mk
|
||||||
|
|
||||||
|
# Factory binaries for GPS
|
||||||
|
include device/google/tegu/location/factory-gnss.mk
|
||||||
|
|
||||||
PRODUCT_NAME := factory_tegu
|
PRODUCT_NAME := factory_tegu
|
||||||
PRODUCT_DEVICE := tegu
|
PRODUCT_DEVICE := tegu
|
||||||
PRODUCT_MODEL := Factory build on Tegu
|
PRODUCT_MODEL := Factory build on Tegu
|
||||||
|
|
3
location/factory-gnss.mk
Normal file
3
location/factory-gnss.mk
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# include factory gnss binaries
|
||||||
|
include vendor/samsung_slsi/gps/s5300/gnss_factory.mk
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<integer name="config_defaultRefreshRate">0</integer>
|
<integer name="config_defaultRefreshRate">0</integer>
|
||||||
|
|
||||||
<!-- The default peak refresh rate. -->
|
<!-- The default peak refresh rate. -->
|
||||||
<integer name="config_defaultPeakRefreshRate">120</integer>
|
<integer name="config_defaultPeakRefreshRate">60</integer>
|
||||||
|
|
||||||
<!-- Not allow to switch to higher refresh rate when display brightness setting is
|
<!-- Not allow to switch to higher refresh rate when display brightness setting is
|
||||||
equal or less than this value -->
|
equal or less than this value -->
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
<integer name="config_stableDeviceDisplayHeight">2856</integer>
|
<integer name="config_stableDeviceDisplayHeight">2856</integer>
|
||||||
|
|
||||||
<!-- The max vibration strength allowed in audio haptic channels. -->
|
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||||
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
|
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.32</item>
|
||||||
|
|
||||||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
||||||
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue