diff options
-rw-r--r-- | lineage_z2_plus.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lineage_z2_plus.mk b/lineage_z2_plus.mk index 6c7d48c..5a7c688 100644 --- a/lineage_z2_plus.mk +++ b/lineage_z2_plus.mk @@ -35,9 +35,8 @@ TARGET_VENDOR_DEVICE_NAME := z2_plus # Fingerprint PRODUCT_BUILD_PROP_OVERRIDES += \ - TARGET_DEVICE="z2_plus" \ - PRODUCT_NAME="z2_plus" \ - PRIVATE_BUILD_DESC="z2_plus-user 7.0 NRD90M 3.1.117_171110 release-keys" + BuildDesc="z2_plus-user 7.0 NRD90M 3.1.117_171110 release-keys" \ + BuildFingerprint="ZUK/z2_plus/z2_plus:7.0/NRD90M/3.1.117_171110:user/release-keys" # Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop BUILD_FINGERPRINT := "ZUK/z2_plus/z2_plus:7.0/NRD90M/3.1.117_171110:user/release-keys" |