Merge changes Id4ac3552,I2068f6f4 am: 4828451231
am: 5d06d48197
Change-Id: If91ded9903cd4448c393a2c1effc70028d8da64b
This commit is contained in:
commit
8c8eeb7ff3
1 changed files with 6 additions and 0 deletions
6
vendor/hal_sensors_default.te
vendored
6
vendor/hal_sensors_default.te
vendored
|
@ -6,5 +6,11 @@ init_daemon_domain(hal_sensors_default)
|
|||
|
||||
allow hal_sensors_default fwk_scheduler_hwservice:hwservice_manager find;
|
||||
|
||||
# Allow sensor hals to access and use gralloc memory allocated by
|
||||
# android.hardware.graphics.allocator
|
||||
allow hal_sensors_default hal_graphics_allocator_default:fd use;
|
||||
allow hal_sensors_default ion_device:chr_file r_file_perms;
|
||||
|
||||
# allow sensor hal to use lock for keeping system awake for wake up
|
||||
# events delivery.
|
||||
wakelock_use(hal_sensors_default);
|
||||
|
|
Loading…
Reference in a new issue