sm6375-common: Set ro.carrier from ro.boot.carrier
Change-Id: I19c912343bd19d86f56c111dc1a38d0309c52490
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user