Merge "Allow hal_audio_default to access DMA and TPU property" into main

This commit is contained in:
Carter Hsu 2023-12-22 04:58:22 +00:00 committed by Android (Google) Code Review
commit 350fcd76bc

View file

@ -12,3 +12,7 @@ binder_call(hal_audio_default, edgetpu_app_server)
# Allow audio HAL to read tflite Darwinn delegate properties # Allow audio HAL to read tflite Darwinn delegate properties
get_prop(hal_audio_default, vendor_tflite_delegate_prop) get_prop(hal_audio_default, vendor_tflite_delegate_prop)
get_prop(hal_audio_default, vendor_edgetpu_runtime_prop)
# Allow DMA Buf access.
allow hal_audio_default dmabuf_system_heap_device:chr_file r_file_perms;