Snap for 9101640 from 80fb216437 to udc-release

Change-Id: I70fc68b0d4360dccb6918ca94f95e06092882ee5
This commit is contained in:
Android Build Coastguard Worker 2022-09-24 03:03:12 +00:00
commit 8ad4fb03d7
4 changed files with 11 additions and 7 deletions

View file

@ -791,9 +791,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

@ -46,6 +46,7 @@ PRODUCT_SOONG_NAMESPACES += \
hardware/google/pixel \ hardware/google/pixel \
device/google/gs201 \ device/google/gs201 \
device/google/gs201/powerstats \ device/google/gs201/powerstats \
system/chre/host/hal_generic \
vendor/google/whitechapel/tools \ vendor/google/whitechapel/tools \
vendor/google/interfaces \ vendor/google/interfaces \
vendor/google_devices/common/proprietary/confirmatioui_hal \ vendor/google_devices/common/proprietary/confirmatioui_hal \
@ -1049,10 +1050,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 = {