Fix modem logging configuration.

Missing binder configuration for dmd to return responses to modem
logging control binary, for cases when it needs to get log mask
configuration information.

Bug: 184605350
Test: Check logging works with selinux enabled.
Change-Id: Ia9a80870927fd890266f702b091343b4b4018673
This commit is contained in:
Eddie Tashjian 2021-04-06 16:40:55 -07:00
parent 2a96bc108c
commit 8066a9f471

View file

@ -28,3 +28,4 @@ get_prop(dmd, hwservicemanager_prop)
add_hwservice(dmd, hal_vendor_oem_hwservice)
binder_call(dmd, hwservicemanager)
binder_call(dmd, modem_diagnostic_app)
binder_call(dmd, modem_logging_control)