davinci: Set hardware revision property

The bootloader sets androidboot.hwversion, use this and set the ro.boot.hardware.revision property in order to show it in settings.

Change-Id: I3c6c678bf055091ea9fcb2a1524d321e2c1be043
This commit is contained in:
Arian
2023-08-20 20:13:10 +02:00
parent 41f7bfd74d
commit da9befeb9c

View File

@@ -8,6 +8,9 @@ on property:ro.boot.hwc=CN
on property:ro.boot.hwc=INDIA
setprop bluetooth.device.default_name "Redmi K20"
on property:ro.boot.hwversion=*
setprop ro.boot.hardware.revision ${ro.boot.hwversion}
service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service
override
class hal