Skip to content
Snippets Groups Projects
Commit 16261399 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Allow hal_sensors to use ashmem from android.hidl.allocator" into oc-dev am: abaf415c

am: 56f8a1a7

Change-Id: I71034e92a0d9f982756611675b60eeacca5cd8ff
parents c4e4eef7 56f8a1a7
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,7 @@ binder_call(hal_sensors_client, hal_sensors_server) ...@@ -3,3 +3,7 @@ binder_call(hal_sensors_client, hal_sensors_server)
# Allow sensor hals to access ashmem memory allocated by apps # Allow sensor hals to access ashmem memory allocated by apps
allow hal_sensors { appdomain -isolated_app }:fd use; 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment