avicii: init: Set hardware revision property for IN variant only

Sadly RF version can not act as a unique identifier for EU and GLO variant of avicii since OnePlus decided to use RF version 14 for both.
Due to this reason we're only setting the property for IN variant.

Change-Id: I9057f11f5728898530cd0504c4a0125091da6910
This commit is contained in:
MajorP93
2023-01-31 21:37:37 +00:00
committed by Philipp Albrecht
parent 238c4e5706
commit 0dade69964

View File

@@ -6,9 +6,3 @@
on property:ro.boot.rf_version=13
setprop ro.boot.hardware.revision "IN"
on property:ro.boot.rf_version=14
setprop ro.boot.hardware.revision "EU"
on property:ro.boot.rf_version=15
setprop ro.boot.hardware.revision "NA"