Add system property for transfer in non-QS flow

For Felix

Bug: 245814974
Bug: 254613814
Test: manual
Change-Id: Ibafb39e051a037bd3c6d20ad1f33bdadff4d4003
This commit is contained in:
Jinyoung Jeong 2022-11-11 04:46:43 +00:00 committed by Chen Xu
parent ee8e70c340
commit cda823ac85

View file

@ -202,6 +202,11 @@ FPC_MODULE_TYPE=1542_C
# Fingerprint config # Fingerprint config
include device/google/felix/fingerprint_config.mk include device/google/felix/fingerprint_config.mk
# The default value of this variable is false and should only be set to true when
# the device allows users to enable the seamless transfer feature.
PRODUCT_PRODUCT_PROPERTIES += \
euicc.seamless_transfer_enabled_in_non_qs=true
# DCK properties based on target # DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
ro.gms.dck.eligible_wcc=3 ro.gms.dck.eligible_wcc=3