Allow system server to communicate with GPU service.
Currently system server also has a GPU service. We use that to observe updatable driver package changes, in order to communciate that information down to the GPU service, this patch allows system server to make binder call. Bug: b/157832445, b/159240322 Test: adb shell dumpsys gpu Change-Id: I9c32c690707e24a5cfbdfdc62feeea9705321f5b
This commit is contained in:
parent
c4c5d06f9e
commit
d7b20d276f
2 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,7 @@ binder_call(system_server, binderservicedomain)
|
|||
binder_call(system_server, dumpstate)
|
||||
binder_call(system_server, fingerprintd)
|
||||
binder_call(system_server, gatekeeperd)
|
||||
binder_call(system_server, gpuservice)
|
||||
binder_call(system_server, idmap)
|
||||
binder_call(system_server, installd)
|
||||
binder_call(system_server, incidentd)
|
||||
|
|
|
@ -208,6 +208,7 @@ binder_call(system_server, binderservicedomain)
|
|||
binder_call(system_server, dumpstate)
|
||||
binder_call(system_server, fingerprintd)
|
||||
binder_call(system_server, gatekeeperd)
|
||||
binder_call(system_server, gpuservice)
|
||||
binder_call(system_server, idmap)
|
||||
binder_call(system_server, installd)
|
||||
binder_call(system_server, incidentd)
|
||||
|
|
Loading…
Reference in a new issue