wahoo: Set block_binder_thread_on_incoming_calls in product.prop

Fails to be set from vendor otherwise:

  init: Do not have permissions to set 'ro.telephony.block_binder_thread_on_incoming_calls' to 'false' in property file '/vendor/build.prop': SELinux permission check failed

Change-Id: I3c3ea61af240557f3b1053497c3ed1403f7ae318
This commit is contained in:
Bruno Martins
2022-10-31 16:24:31 +00:00
committed by Asriadi Rahim
parent 475b3f2631
commit 6b7852bcd8

View File

@@ -251,9 +251,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.data_con_rprt=true \
persist.vendor.radio.mt_sms_ack=30 \
persist.radio.always_send_plmn=false\
persist.rcs.supported=1 \
ro.telephony.block_binder_thread_on_incoming_calls=false
persist.rcs.supported=1
PRODUCT_PRODUCT_PROPERTIES += \
ro.telephony.block_binder_thread_on_incoming_calls=false
PRODUCT_PROPERTY_OVERRIDES += \
vendor.rild.libpath=/vendor/lib64/libril-qc-qmi-1.so