Revert submission 30378113-revert-29512389-gia-PMLMEKURMT Reason for revert: Revert to fix the issue that GIA cannot be started in caimen-next-userdbg Reverted changes: /q/submissionid:30378113-revert-29512389-gia-PMLMEKURMT Bug: 367881686 Change-Id: Iecc4738c10dfe244bea02611f1926a9f6264a46c
8 lines
303 B
Text
8 lines
303 B
Text
# allow binder connection from client to server
|
|
binder_call(hal_gia_client, hal_gia_server)
|
|
|
|
# allow client to find the service & allow server to register the service
|
|
hal_attribute_service(hal_gia, hal_gia_service)
|
|
|
|
# allow binder communication from server to service_manager
|
|
binder_use(hal_gia_server)
|