From 6b7852bcd86d456c15796d8575df292425fed6ff Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 31 Oct 2022 16:24:31 +0000 Subject: [PATCH] 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 --- device.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 12754533..d9ddf959 100755 --- a/device.mk +++ b/device.mk @@ -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