mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
For easy transition from SchedTune to UtilClamp, direct access to these cgroups should be abstracted by using task profiles. Replace writepid commands with new task_profiles command. Bug: 155419956 Test: change .rc file and confirm task profile is applied Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: Ie81da380a9343e098362f5fee5026799c4486e7e
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
|
|
interface android.hardware.bluetooth@1.0::IBluetoothHci default
|
|
class hal
|
|
capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE
|
|
user bluetooth
|
|
group bluetooth
|
|
task_profiles HighPerformance
|
|
|