Skip to content
Snippets Groups Projects
Commit 2a995233 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Allow system_server binder_call into hal_graphics_allocator" am: 08900a01 am: ed156c3a

am: 009ca7bb

Change-Id: Ia47fdd896b43634af791d524c1157dfb121e4ce0
parents 32925504 009ca7bb
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,8 @@ hwallocator_use(system_server) ...@@ -174,7 +174,8 @@ hwallocator_use(system_server)
binder_call(system_server, hal_boot) binder_call(system_server, hal_boot)
binder_call(system_server, hal_contexthub) binder_call(system_server, hal_contexthub)
hal_client_domain(system_server, hal_fingerprint) hal_client_domain(system_server, hal_fingerprint)
binder_call(system_server, hal_gnss); binder_call(system_server, hal_gnss)
binder_call(system_server, hal_graphics_allocator)
binder_call(system_server, hal_ir) binder_call(system_server, hal_ir)
binder_call(system_server, hal_light) binder_call(system_server, hal_light)
binder_call(system_server, hal_memtrack) binder_call(system_server, hal_memtrack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment