Merge "Game Driver: allow Camera app access GpuService" am: 78de5d62ec

am: 54011f2a7a

Change-Id: I4a96511c83f38500cdb13d04149f59c5a76a1696
This commit is contained in:
Yiwei Zhang
2019-02-11 10:17:50 -08:00
committed by android-build-merger

View File

@@ -14,9 +14,13 @@ allow google_camera_app mediaserver_service:service_manager find;
allow google_camera_app mediametrics_service:service_manager find;
allow google_camera_app nfc_service:service_manager find;
allow google_camera_app surfaceflinger_service:service_manager find;
allow google_camera_app gpu_service:service_manager find;
allow google_camera_app hidl_token_hwservice:hwservice_manager find;
# Allow google_camera_app to interact with gpuservice
binder_call(google_camera_app, gpuservice)
# Execute libraries from RenderScript cache
allow google_camera_app app_data_file:file { rx_file_perms };