diff options
author | Tom Cherry <tomcherry@google.com> | 2018-03-29 10:17:07 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2018-03-29 12:51:54 -0700 |
commit | 97e3881d177b293f1241a9fe39f7b81313c02de1 (patch) | |
tree | 92a0a9237762132f154862e7aa8e8e7f1fbdafaa /bluetooth | |
parent | 1641a23adf4d8f214bee485d16336542234ea60e (diff) | |
download | platform_hardware_interfaces-97e3881d177b293f1241a9fe39f7b81313c02de1.tar.gz platform_hardware_interfaces-97e3881d177b293f1241a9fe39f7b81313c02de1.tar.bz2 platform_hardware_interfaces-97e3881d177b293f1241a9fe39f7b81313c02de1.zip |
Add BLOCK_SUSPEND capability for Bluetooth HAL service
This is needed for some platforms
Bug: 74554159
Bug: 77213213
Test: walleye BT works
Change-Id: If0033c5a7fc09057415b27196fa4541e9aadfb4b
(cherry picked from commit 2d46875666afc7934c1360290cac85df864ed5a5)
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc b/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc index 5a01ecc2da..a63444162c 100644 --- a/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc +++ b/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc @@ -1,6 +1,6 @@ service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service class hal - capabilities NET_ADMIN SYS_NICE + capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE user bluetooth group bluetooth writepid /dev/stune/foreground/tasks |