vendor: telephony: Add missing holi specific properties
[1] - https://git.codelinaro.org/clo/la/platform/vendor/qcom/holi/-/tree/LA.UM.9.16.r1-12500.03-MANNAR.QSSI12.0 Change-Id: I9661a3937cc44341f8fdb997d272d652646484f5 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
11d08a95e7
commit
b41f29e56e
|
@ -47,6 +47,16 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.vendor.radio.rat_on=combine \
|
||||
persist.vendor.radio.sib16_support=1
|
||||
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), holi)
|
||||
# Vendor property to enable fetching of QoS parameters via IQtiRadio HAL
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.radio.fetchqos=true
|
||||
|
||||
#property to enable single ims registration
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.rcs.singlereg.feature=1
|
||||
endif
|
||||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
|
||||
|
|
Loading…
Reference in New Issue