summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Xu2017-10-06 15:43:31 -0500
committerandroid-build-merger2017-10-06 15:43:31 -0500
commit6e05d03f9a9721f2f23058d3106222be262b7d03 (patch)
treee8678c1f50d208f19a57e1995b1b2c4125ede314
parent69c2254deab4d964d2cc1e8899f0ac19de4a36b1 (diff)
parent2739a3e614af379503028a0ed9ee25f01a9f9628 (diff)
downloadplatform-hardware-interfaces-6e05d03f9a9721f2f23058d3106222be262b7d03.tar.gz
platform-hardware-interfaces-6e05d03f9a9721f2f23058d3106222be262b7d03.tar.xz
platform-hardware-interfaces-6e05d03f9a9721f2f23058d3106222be262b7d03.zip
Merge "Replace sys_nice capability with rlimit rtprio" am: b74728a92e am: 6d1326ed8a am: a959fb8a7b
am: 2739a3e614 Change-Id: Ib2120ac0b645e175dcf8a7d0926d53c5216d45af
-rw-r--r--sensors/1.0/default/android.hardware.sensors@1.0-service.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sensors/1.0/default/android.hardware.sensors@1.0-service.rc b/sensors/1.0/default/android.hardware.sensors@1.0-service.rc
index 068e9782..b54842d6 100644
--- a/sensors/1.0/default/android.hardware.sensors@1.0-service.rc
+++ b/sensors/1.0/default/android.hardware.sensors@1.0-service.rc
@@ -2,4 +2,5 @@ service vendor.sensors-hal-1-0 /vendor/bin/hw/android.hardware.sensors@1.0-servi
2 class hal 2 class hal
3 user system 3 user system
4 group system wakelock 4 group system wakelock
5 capabilities BLOCK_SUSPEND SYS_NICE 5 capabilities BLOCK_SUSPEND
6 rlimit rtprio 10 10