Snap for 11914274 from 6dab378b81 to 24Q3-release

Change-Id: I8fd0a469222086c6d24b625274c17059327e174d
This commit is contained in:
Android Build Coastguard Worker 2024-06-01 01:03:34 +00:00
commit a4a0333000
3 changed files with 7 additions and 2 deletions

View file

@ -15,5 +15,5 @@ on boot
on property:sys.boot_completed=1
# Bump nnapi min clamp & add adbd to it for factory (b/222226268)
write /proc/vendor_sched/nnapi_uclamp_min 512
write /proc/vendor_sched/groups/nnapi/uclamp_min 512
exec - root root -- /vendor/bin/factory/factory_post_boot

View file

@ -157,6 +157,11 @@
/dev/acd-com.google.bt 0660 system system
/dev/acd-com.google.bt.non_wake_up 0660 system system
# AoC Bluetooth Offload
/dev/acd-chre_bt_offload_ctl 0660 bluetooth bluetooth
/dev/acd-chre_bt_offload_data_tx 0220 bluetooth bluetooth
/dev/acd-chre_bt_offload_data_rx 0440 bluetooth bluetooth
# LWIS
/dev/lwis* 0660 system system

View file

@ -1,4 +1,4 @@
#!/vendor/bin/sh
# Add adbd to nnapi vendor cgroup. (b/222226268)
echo `pidof adbd` > /proc/vendor_sched/set_task_group_nnapi
echo `pidof adbd` > /proc/vendor_sched/groups/nnapi/set_task_group