sm6375-common: rootdir: Add support SM4375 Soc ID

* Taken from sunstone MIUI V14.0.4.0.TMQMIXM release-keys

Change-Id: Iae8fb1deccb5799e553abec07ac7885315a5384e
This commit is contained in:
boedhack99
2023-08-13 23:03:44 +07:00
parent d7a37267aa
commit a06e28e40b

View File

@@ -42,4 +42,6 @@ if [ "$soc_id" -eq 507 ]; then
setprop ro.vendor.qti.soc_model SM6375
elif [ "$soc_id" -eq 454 ]; then
setprop ro.vendor.qti.soc_model SM4350
elif [ "$soc_id" -eq 578 ]; then
setprop ro.vendor.qti.soc_model SM4375
fi