Skip to content
Snippets Groups Projects
Commit e36cf1cd authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 62f2053c: am fd352f11: Allow surfaceflinger to make binder call to bootanim

* commit '62f2053c':
  Allow surfaceflinger to make binder call to bootanim
parents 7d2318fa 62f2053c
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ unix_socket_connect(surfaceflinger, property, init) ...@@ -13,6 +13,7 @@ unix_socket_connect(surfaceflinger, property, init)
binder_use(surfaceflinger) binder_use(surfaceflinger)
binder_call(surfaceflinger, binderservicedomain) binder_call(surfaceflinger, binderservicedomain)
binder_call(surfaceflinger, appdomain) binder_call(surfaceflinger, appdomain)
binder_call(surfaceflinger, bootanim)
binder_service(surfaceflinger) binder_service(surfaceflinger)
# Binder IPC to bu, presently runs in adbd domain. # Binder IPC to bu, presently runs in adbd domain.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment