Skip to content
Snippets Groups Projects
Commit b00a85c3 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

hal_audio: Allow writing dump info into pipes when capturing BR am: 9686cbcd

am: 4aac6fdb

Change-Id: I1614f394e0f0c071705e3696d3dd8124e72c24c2
parents 1696a6e8 4aac6fdb
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ allow hal_audio audio_device:chr_file rw_file_perms;
# Needed to provide debug dump output via dumpsys' pipes.
allow hal_audio shell:fd use;
allow hal_audio shell:fifo_file write;
allow hal_audio dumpstate:fd use;
allow hal_audio dumpstate:fifo_file write;
# Needed on some devices for playing audio on paired BT device,
# but seems appropriate for all devices.
......
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