[Detail] Fix build warning like: WARNING unrecognized character at token ^M on line XXX: [Solution] Use dos2unix to update files MTK-Commit-Id: 8285bcfe7a30349f3188c9b29e4b8da9ee2c1280 Change-Id: I7773e243028a2275d11782885b4bc299d5c5d043 CR-Id: ALPS04209994 Feature: build process
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(mtk_hal_log_client, mtk_hal_log_server)
|
|
binder_call(mtk_hal_log_server, mtk_hal_log_client)
|
|
|
|
add_hwservice(mtk_hal_log_server, mtk_hal_log_hwservice)
|
|
allow mtk_hal_log_client mtk_hal_log_hwservice:hwservice_manager find;
|