Allow radio vendor apps to modify slog props.

Radio vendor silent logging app needs access to the vendor slog
properties in order to configure logging.

Bug: 184102091
Test: Check vendor silent logging app works.
Change-Id: I1a7c590b80d94c0b147743372ba3cd1a0817baf3
This commit is contained in:
Eddie Tashjian 2021-03-31 13:55:56 -07:00
parent 606a9ea28d
commit 022de778ed

View file

@ -4,6 +4,7 @@ app_domain(vendor_telephony_app)
get_prop(vendor_telephony_app, vendor_rild_prop) get_prop(vendor_telephony_app, vendor_rild_prop)
get_prop(vendor_telephony_app, vendor_persist_sys_default_prop) get_prop(vendor_telephony_app, vendor_persist_sys_default_prop)
set_prop(vendor_telephony_app, vendor_modem_prop) set_prop(vendor_telephony_app, vendor_modem_prop)
set_prop(vendor_telephony_app, vendor_slog_prop)
r_dir_file(vendor_telephony_app, system_app_data_file) r_dir_file(vendor_telephony_app, system_app_data_file)
r_dir_file(vendor_telephony_app, vendor_slog_file) r_dir_file(vendor_telephony_app, vendor_slog_file)