Merge "Allow hal_sensors to use ashmem from android.hidl.allocator" into oc-dev am: abaf415c36
am: 56f8a1a754
Change-Id: I71034e92a0d9f982756611675b60eeacca5cd8ff
This commit is contained in:
commit
162613994d
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ binder_call(hal_sensors_client, hal_sensors_server)
|
|||
|
||||
# Allow sensor hals to access ashmem memory allocated by apps
|
||||
allow hal_sensors { appdomain -isolated_app }:fd use;
|
||||
|
||||
# Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
||||
# fd is passed in from framework sensorservice HAL.
|
||||
allow hal_sensors hal_allocator:fd use;
|
||||
|
|
Loading…
Reference in a new issue