From 69c05e4667a4460b8bdb3c619da3ca19819a084f Mon Sep 17 00:00:00 2001 From: MajorP93 Date: Tue, 31 Jan 2023 21:39:17 +0000 Subject: [PATCH] avicii: init: Update product model properties Change-Id: I7372c6bb328e3cd4ff99f765fe73fe341275b2e7 --- init/init_oplus.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init/init_oplus.cpp b/init/init_oplus.cpp index 052356e..4c3649a 100644 --- a/init/init_oplus.cpp +++ b/init/init_oplus.cpp @@ -40,12 +40,9 @@ void vendor_load_properties() { case 13: // IN OverrideProperty("ro.product.product.model", "AC2001"); break; - case 14: // EU + case 14: // EU/GLO OverrideProperty("ro.product.product.model", "AC2003"); break; - case 15: // NA - OverrideProperty("ro.product.product.model", "AC2005"); - break; default: LOG(ERROR) << "Unexpected RF version: " << rf_version; }