Snap for 8594190 from f278c8631b to udc-release

Change-Id: Ie3217fc06baac7cf7c7f6108af8376c5b2fd140e
This commit is contained in:
Android Build Coastguard Worker 2022-05-15 01:02:10 +00:00
commit e0e7f84a1d
2 changed files with 19 additions and 0 deletions

View file

@ -741,6 +741,10 @@ on property:sys.boot_completed=1
# Enable UFS powersaving # Enable UFS powersaving
write /dev/sys/block/bootdevice/clkgate_enable 1 write /dev/sys/block/bootdevice/clkgate_enable 1
# Reset DDR frequency
write /sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/exynos_data/cancel_boot_freq 1
write /sys/devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/exynos_data/cancel_boot_freq 1
# Setup final cpuset # Setup final cpuset
write /dev/cpuset/top-app/cpus 0-7 write /dev/cpuset/top-app/cpus 0-7
write /dev/cpuset/foreground/cpus 0-3,4-5 write /dev/cpuset/foreground/cpus 0-3,4-5

View file

@ -133,5 +133,20 @@
<!-- Notifications --> <!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/> <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception> </exception>
<exception
package="com.google.android.adservices">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.mediashell">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
<exception
package="com.google.android.apps.pixelmigrate">
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
</exceptions> </exceptions>