callbacks of AntennaTuningService. Remove callbacks from radioext native service to grilservice_app. Bug: 321790599 Test: Manual test. gripservice_app receive update from callback successfully. Because moving out the callbacks from radioext to grilservice_app, we don't need antennatuningservice bind to radioext anymore. Change-Id: I6827b506b9893e43d6d9268f623b33b848863a7c
10 lines
No EOL
351 B
Text
10 lines
No EOL
351 B
Text
# Allow ITouchContextService callback
|
|
binder_call(twoshay, systemui_app)
|
|
|
|
binder_call(twoshay, grilservice_app)
|
|
|
|
# b/324278826
|
|
unix_socket_connect(twoshay, chre, chre)
|
|
# TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
|
|
unix_socket_connect(twoshay, chre, hal_contexthub_default)
|
|
allow twoshay self:capability2 block_suspend; |