diff options
| author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2017-07-29 10:40:01 +0200 |
|---|---|---|
| committer | hemantbeast <hemantbeast@gmail.com> | 2017-08-04 20:31:53 +0530 |
| commit | 0e491cfe5d9dff025be4ba90c546698543db252e (patch) | |
| tree | c66a396fa83d468390b05cebce1261259d3f7e4c | |
| parent | c29d0e5652a7e7f864ef4b1edda667ea24f61504 (diff) | |
s2: set model to X52X for unknown variants
Change-Id: I64bb2c4fb35144573642c003d8efe259524f3525
| -rw-r--r-- | init/init_s2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/init_s2.cpp b/init/init_s2.cpp index 098ab41..3ad028e 100644 --- a/init/init_s2.cpp +++ b/init/init_s2.cpp @@ -171,7 +171,8 @@ void vendor_load_properties() { } else { - property_set("ro.product.model", "UNKNOWN"); + // Unknown variant + property_set("ro.product.model", "X52X"); } init_alarm_boot_properties(); |
