Merge "Game Driver: allow statsd to ask gpuservice for stats"
diff --git a/public/statsd.te b/public/statsd.te
index 41c4adc..85523ef 100644
--- a/public/statsd.te
+++ b/public/statsd.te
@@ -31,6 +31,7 @@
   binder_call(statsd, perfprofd)
 ')
 binder_call(statsd, system_server)
+binder_call(statsd, gpuservice)
 
 # Allow logd access.
 read_logd(statsd)