Game Driver Metrics: allow statsd to find GpuService am: ec27090048

am: ab17d26412

Change-Id: I43e7eb1c1c65a0e36e7a2c668f68c4134cc000e2
This commit is contained in:
Yiwei Zhang 2019-03-01 21:22:51 -08:00 committed by android-build-merger
commit ef48c6e119

View file

@ -31,6 +31,9 @@ userdebug_or_eng(`
binder_call(statsd, perfprofd)
')
binder_call(statsd, system_server)
# Allow statsd to interact with gpuservice
allow statsd gpu_service:service_manager find;
binder_call(statsd, gpuservice)
# Allow logd access.