sm7325-common: rootdir: Set ro.boot.hardware.revision
Bootloader sets ro.boot.revision, we can use this to show "Hardware version" in model information in Settings. Change-Id: Id2d825f60f792e6d05c0b34cfee811a0ac3b5604
This commit is contained in:
parent
3dd594656e
commit
dec61d442b
@ -390,6 +390,9 @@ on property:vendor.hw.touch.status="dead"
|
||||
on property:vendor.hw.touch.status="ready"
|
||||
start vendor.touch-ready-sh
|
||||
|
||||
on property:ro.boot.revision=*
|
||||
setprop ro.boot.hardware.revision ${ro.boot.revision}
|
||||
|
||||
service vendor.charge_only_mode /vendor/bin/charge_only_mode
|
||||
user root
|
||||
group graphics system input
|
||||
|
Loading…
x
Reference in New Issue
Block a user