Snap for 11981331 from 2a4fbd1257
to 24Q4-release
Change-Id: I8d9fdc1a305d9ade91d0038ee14f05c8d69a594f
This commit is contained in:
commit
f9cce41b5e
4 changed files with 20 additions and 11 deletions
|
@ -303,7 +303,7 @@
|
|||
<module libname="audio_waves_aoc.so" argu="Sink=SPK:1 ThermistorsName=VIRTUAL-SKIN-SPEAKER"/>
|
||||
<module libname="audio_cca_aoc.so" argu="UnsupportBands=48000 ExSharedBands=48000 VoIPMode=Dl"/>
|
||||
<module libname="audio_fortemedia_aoc.so" argu="MCPS_TABLE=y DL_CH=y VoIP_DLCHs=SPK:2,USB:2,BT:2 VoIP_Rate=32000 SHARED_MODULE=1130578253"/>
|
||||
<module libname="audio_sounddose_aoc.so"/>
|
||||
<module libname="audio_sounddose_aoc.so" argu="Blackbird,Condor=0,46.35,0.1950549451;54.6,57,0.98625"/>
|
||||
<module libname="liboffloadeffect.so"/>
|
||||
<module libname="audio_amcs_ext.so"/>
|
||||
<module libname="audio_bluenote_aoc.so"/>
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_devices/release/phones/pixel_2024/release_config_map.mk)
|
||||
|
||||
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_devices/release/phones/pixel_2024_midyear/release_config_map.textproto)
|
||||
|
||||
ifdef RELEASE_KERNEL_AKITA_VERSION
|
||||
TARGET_LINUX_KERNEL_VERSION := $(RELEASE_KERNEL_AKITA_VERSION)
|
||||
|
@ -383,7 +382,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# Increment the SVN for any official public releases
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=10
|
||||
ro.vendor.build.svn=15
|
||||
|
||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Enable pixel gnss hal service
|
||||
include vendor/google/gnss/aidl_service/pixel_gnss_hal.mk
|
||||
-include vendor/google/gnss/aidl_service/pixel_gnss_hal.mk
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
gnssd \
|
||||
|
|
|
@ -207,10 +207,6 @@
|
|||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
"BindedCdevInfo": [
|
||||
{
|
||||
"CdevRequest": "tpu_cooling",
|
||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "gxp-cooling",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
|
||||
|
@ -480,7 +476,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"Name":"VIRTUAL-SKIN-CPU-GPU",
|
||||
"Name":"VIRTUAL-SKIN-SOC",
|
||||
"Type":"UNKNOWN",
|
||||
"Hidden":true,
|
||||
"VirtualSensor":true,
|
||||
|
@ -500,7 +496,7 @@
|
|||
"K_D":["NAN", "NAN", "NAN", 0, "NAN", "NAN", "NAN"],
|
||||
"I_Max":["NAN", "NAN", "NAN", 2600, "NAN", "NAN", "NAN"],
|
||||
"S_Power":["NAN", "NAN", "NAN", 800, "NAN", "NAN", "NAN"],
|
||||
"MinAllocPower":["NAN", "NAN", "NAN", 0, "NAN", "NAN", "NAN"],
|
||||
"MinAllocPower":["NAN", "NAN", "NAN", 800, "NAN", "NAN", "NAN"],
|
||||
"MaxAllocPower":["NAN", "NAN", "NAN", 3900, "NAN", "NAN", "NAN"],
|
||||
"I_Cutoff":["NAN", "NAN", "NAN", 8, "NAN", "NAN", "NAN"]
|
||||
},
|
||||
|
@ -540,6 +536,15 @@
|
|||
"BindedPowerRail": "S2S_VDD_G3D",
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 11, 11],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 11, 11]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "tpu_cooling",
|
||||
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"BindedPowerRail": "S7M_VDD_TPU",
|
||||
"CdevCeiling": [0, 7, 7, 7, 7, 7, 7],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 7, 7]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -879,6 +884,11 @@
|
|||
"PowerSampleDelay":7000,
|
||||
"PowerSampleCount":1
|
||||
},
|
||||
{
|
||||
"Name":"S7M_VDD_TPU",
|
||||
"PowerSampleDelay":7000,
|
||||
"PowerSampleCount":1
|
||||
},
|
||||
{
|
||||
"Name":"PARTIAL_SYSTEM_POWER",
|
||||
"VirtualRails":true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue