mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Merge "init-common.rc: set ro.boot.hardware.revision" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2b76906b59
@@ -18,3 +18,24 @@ on property:sys.boot_completed=1
|
||||
|
||||
on property:sys.boot_completed=1 && property:ro.build.type=user
|
||||
write /proc/sys/kernel/modules_disabled 1
|
||||
|
||||
on init && property:ro.boot.revision=EVM
|
||||
setprop ro.boot.hardware.revision 0.5
|
||||
|
||||
on init && property:ro.boot.revision=EVT0
|
||||
setprop ro.boot.hardware.revision 0.6
|
||||
|
||||
on init && property:ro.boot.revision=EVT1
|
||||
setprop ro.boot.hardware.revision 0.7
|
||||
|
||||
on init && property:ro.boot.revision=EVT2
|
||||
setprop ro.boot.hardware.revision 0.8
|
||||
|
||||
on init && property:ro.boot.revision=DVT
|
||||
setprop ro.boot.hardware.revision 1.0
|
||||
|
||||
on init && property:ro.boot.revision=MP0 # PVT
|
||||
setprop ro.boot.hardware.revision 1.0
|
||||
|
||||
on init && property:ro.boot.revision=MP1
|
||||
setprop ro.boot.hardware.revision 1.0
|
||||
|
||||
Reference in New Issue
Block a user