aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErfan Abdi <erfangplus@gmail.com>2018-04-21 13:02:19 +0300
committerErfan Abdi <erfangplus@gmail.com>2018-04-22 01:04:01 +0300
commit56ff35768dc008a11a1ff3f87fb06a0b147cad1b (patch)
tree66f36158b0152da3e0c31c8848223e95da3552e1
parent2b1628bda0308159ae7674efcf1a86f2fede2185 (diff)
griffin: show only “Moto Z” in about
* use correct fingerprint Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
-rw-r--r--aicp.mk2
-rw-r--r--init/init_griffin.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/aicp.mk b/aicp.mk
index 22e95c9d..ba32c20d 100644
--- a/aicp.mk
+++ b/aicp.mk
@@ -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());