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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user