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

am: abaf415c36

Change-Id: I89396424e62a09f8e111212b920fc0897b6a517e
This commit is contained in:
Yifan Hong 2017-04-04 23:26:49 +00:00 committed by android-build-merger
commit 56f8a1a754

View file

@ -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;