avicii: init: Update product model properties
Change-Id: I7372c6bb328e3cd4ff99f765fe73fe341275b2e7
This commit is contained in:
committed by
Philipp Albrecht
parent
0dade69964
commit
230d0f70f6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user