34ad1d0bc1
Bug: 288517951 Test: build Change-Id: I682e553ec8090281ded447780be41a8ea222b084 Merged-In: I15bf3817a8a6867d52f7963a04a69e543a9801e9
7 lines
343 B
Text
7 lines
343 B
Text
# allow binder connection from client to server
|
|
binder_call(hal_fastboot_client, hal_fastboot_server)
|
|
# allow client to find the service, allow server to register the service
|
|
hal_attribute_service(hal_fastboot, hal_fastboot_service)
|
|
# allow binder communication from server to service_manager
|
|
binder_call(hal_fastboot_server, servicemanager)
|
|
|