Merge "Allow dumpstate to call mediaswcodec over binder" am: 962ad6fecb am: 1d840b1a5a
am: 836ac434ca
Change-Id: I61a8313b5caa6e058dfa3f21bf33602c9a154824
diff --git a/public/dumpstate.te b/public/dumpstate.te
index 3b5c5eb..72e2176 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -278,6 +278,9 @@
# Allow dumpstate to talk to bufferhubd over binder
binder_call(dumpstate, bufferhubd);
+# Allow dumpstate to talk to mediaswcodec over binder
+binder_call(dumpstate, mediaswcodec);
+
# Allow dumpstate to kill vendor dumpstate service by init
set_prop(dumpstate, ctl_dumpstate_prop)