Skip to content
Snippets Groups Projects
Commit 90996388 authored by Steven Moreland's avatar Steven Moreland
Browse files

Make hal_allocator use hal_attribute_hwservice.

If you can get or serve the hal allocator interface,
you should be a hal_allocator_client or
hal_allocator_server.

Bug: 80319537
Test: boot aosp_walleye and (sanity) take photos
Change-Id: Iea14c67c4aa56df7a74ebdb17e99b78b1d3aa105
parent 44b86a3e
No related branches found
No related tags found
No related merge requests found
# HwBinder IPC from client to server # HwBinder IPC from client to server
binder_call(hal_allocator_client, hal_allocator_server) binder_call(hal_allocator_client, hal_allocator_server)
add_hwservice(hal_allocator_server, hidl_allocator_hwservice) hal_attribute_hwservice(hal_allocator, hidl_allocator_hwservice)
allow hal_allocator_client hidl_allocator_hwservice:hwservice_manager find;
allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find; allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment