Snap for 9101843 from dd651b1bfe to tm-qpr1-release

Change-Id: Ia62f0e994194776f3d70d7bea87ed27af0cac3d7
This commit is contained in:
Android Build Coastguard Worker 2022-09-24 04:58:14 +00:00
commit 2a0b2b9850
4 changed files with 10 additions and 7 deletions

View file

@ -796,9 +796,6 @@ on property:sys.boot_completed=1
chown system system /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq chown system system /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
chmod 440 /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq chmod 440 /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
# Enable GPU power optimization
write /sys/devices/platform/28000000.mali/ifpo 1
# Disable GPU firmware logging # Disable GPU firmware logging
write /sys/devices/platform/28000000.mali/firmware_config/Log\ verbosity/cur 0 write /sys/devices/platform/28000000.mali/firmware_config/Log\ verbosity/cur 0

View file

@ -116,6 +116,8 @@
<exception package="com.google.android.wfcactivation"> <exception package="com.google.android.wfcactivation">
<!-- SMS --> <!-- SMS -->
<permission name="android.permission.RECEIVE_WAP_PUSH" fixed="false"/> <permission name="android.permission.RECEIVE_WAP_PUSH" fixed="false"/>
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception> </exception>
<exception package="com.google.android.apps.accessibility.voiceaccess"> <exception package="com.google.android.apps.accessibility.voiceaccess">

View file

@ -1043,10 +1043,6 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml
##Audio Vendor property
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.cca.enabled=true
##Audio soong ##Audio soong
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
vendor/google/whitechapel/audio/hal \ vendor/google/whitechapel/audio/hal \

View file

@ -58,6 +58,14 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
}, },
.BlockStatsLength = BLOCK_STATS_LENGTH, .BlockStatsLength = BLOCK_STATS_LENGTH,
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once", .AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
.ThermalStatsPaths = {
"/sys/devices/platform/100a0000.BIG/trip_counter",
"/sys/devices/platform/100a0000.MID/trip_counter",
"/sys/devices/platform/100a0000.LITTLE/trip_counter",
"/sys/devices/platform/100b0000.G3D/trip_counter",
"/sys/devices/platform/100b0000.TPU/trip_counter",
"/sys/devices/platform/100b0000.AUR/trip_counter",
}
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {