From 85f935def64499a545b3f24d545845b513f02ad6 Mon Sep 17 00:00:00 2001 From: MajorP93 Date: Tue, 31 Jan 2023 21:37:37 +0000 Subject: [PATCH] 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 --- init/init.oplus.hw.rc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init/init.oplus.hw.rc b/init/init.oplus.hw.rc index b0f3fea..8756d54 100644 --- a/init/init.oplus.hw.rc +++ b/init/init.oplus.hw.rc @@ -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"