vendor: telephony: Conditionlly set `advancedscan` prop to legacy platforms
Ref: https://git.codelinaro.org/clo/la/platform/vendor/qcom/falcon_64/-/blob/LA.UM.11.2.1.r1-02600-sdm660.0/sdm660_64.mk#L483 Change-Id: Ie9d6e3278bc1324a4fc6c590141437b3f728efbb
This commit is contained in:
parent
f8c928b9e4
commit
e7171e0a2d
|
@ -47,10 +47,17 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.radio.multisim.config=dsds \
|
||||
persist.vendor.radio.apm_sim_not_pwdn=1 \
|
||||
persist.vendor.radio.custom_ecc=1 \
|
||||
persist.vendor.radio.enableadvancedscan=true \
|
||||
persist.vendor.radio.procedure_bytes=SKIP \
|
||||
persist.vendor.radio.sib16_support=1
|
||||
|
||||
ifeq ($(call is-board-platform-in-list, $(3_18_FAMILY) $(4_4_FAMILY) $(4_9_FAMILY)),true)
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.radio.enableadvancedscan=false
|
||||
else
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.radio.enableadvancedscan=true
|
||||
endif
|
||||
|
||||
ifeq ($(call is-board-platform-in-list, bengal holi),true)
|
||||
# Vendor property to enable fetching of QoS parameters via IQtiRadio HAL
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
@ -58,7 +65,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
endif
|
||||
|
||||
ifeq ($(call is-board-platform-in-list, $(4_14_FAMILY) $(4_19_FAMILY) $(5_4_FAMILY)),true)
|
||||
#property to enable single ims registration
|
||||
# Property to enable single ims registration
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.rcs.singlereg.feature=1
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue