diff options
| author | Erfan Abdi <erfangplus@gmail.com> | 2018-04-21 13:02:19 +0300 |
|---|---|---|
| committer | Erfan Abdi <erfangplus@gmail.com> | 2018-04-22 01:04:01 +0300 |
| commit | 56ff35768dc008a11a1ff3f87fb06a0b147cad1b (patch) | |
| tree | 66f36158b0152da3e0c31c8848223e95da3552e1 | |
| parent | 2b1628bda0308159ae7674efcf1a86f2fede2185 (diff) | |
griffin: show only “Moto Z” in about
* use correct fingerprint
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
| -rw-r--r-- | aicp.mk | 2 | ||||
| -rw-r--r-- | init/init_griffin.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -54,5 +54,5 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ PRIVATE_BUILD_DESC="griffin-user 8.0.0 OPL27.76-51 58 release-keys" # Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop -BUILD_FINGERPRINT := motorola/griffin_retail/griffin:8.0.0/OPL27.76-51/58:user/release-keys +BUILD_FINGERPRINT := motorola/griffin/griffin:8.0.0/OPL27.76-51/58:user/release-keys TARGET_VENDOR := motorola diff --git a/init/init_griffin.cpp b/init/init_griffin.cpp index 03b16d8e..4454084a 100644 --- a/init/init_griffin.cpp +++ b/init/init_griffin.cpp @@ -93,7 +93,6 @@ void vendor_load_properties() property_override("ro.vendor.product.device", "griffin"); sku = GetProperty("ro.boot.hardware.sku", "XT1650-03"); - property_override("ro.product.model", sku.c_str()); carrier = GetProperty("ro.boot.carrier", "reteu"); property_set("ro.carrier", carrier.c_str()); |
