binder_call should be binder_use
aosp/2291528 should have had the `binder_call` macro in hal_can.te be a `binder_use` macro instead. This fixes that. Bug: 170405615 Test: AIDL CAN HAL starts up and configures Change-Id: I7b18c25afef5a243bf0bba7c77a682f7cff092a3
This commit is contained in:
parent
71ed34c341
commit
5bc1652307
1 changed files with 1 additions and 2 deletions
|
@ -10,5 +10,4 @@ hal_attribute_hwservice(hal_can_bus, hal_can_bus_hwservice)
|
|||
|
||||
# AIDL HAL for CAN buses (ICanController)
|
||||
hal_attribute_service(hal_can_controller, hal_can_controller_service)
|
||||
binder_call(hal_can_controller, servicemanager)
|
||||
|
||||
binder_use(hal_can_controller)
|
||||
|
|
Loading…
Reference in a new issue