sm6375-common: Set ro.carrier from ro.boot.carrier

Change-Id: I19c912343bd19d86f56c111dc1a38d0309c52490
This commit is contained in:
Michael Bestas
2025-05-02 00:25:08 +03:00
parent 3ed4b34104
commit 72fbe0ec19
2 changed files with 5 additions and 0 deletions

View File

@@ -266,6 +266,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.power-service-qti
# Properties
PRODUCT_VENDOR_PROPERTY_BLACKLIST := \
ro.carrier
# RFS MSM MPSS symlinks
PRODUCT_PACKAGES += \
rfs_msm_mpss_readonly_vendor_fsg_symlink

View File

@@ -28,6 +28,7 @@ on early-init
# Map oem properties, this must follow
# execution of vendor.oem-hw-sh to set
# required properties.
setprop ro.carrier ${ro.boot.carrier}
setprop ro.sf.lcd_density ${ro.boot.lcd_density}
setprop ro.vendor.fsg-id ${ro.boot.fsg-id}
setprop ro.vendor.hw.device ${ro.boot.device}