Skip to content

Commit

Permalink
Vendor Mismatch Fixed
Browse files Browse the repository at this point in the history
The annoying pop-up of Vendor mismatch is fixed by this simple swap. :3
  • Loading branch information
amog787 authored May 3, 2018
1 parent bfafee8 commit 91ad88b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bootleg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ TARGET_VENDOR_DEVICE_NAME := z2_plus
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE="z2_plus" \
PRODUCT_NAME="z2_plus" \
BUILD_FINGERPRINT="ZUK/z2_plus/z2_plus:7.0/NRD90M/3.1.117_171110:user/release-keys" \
PRIVATE_BUILD_DESC="z2_plus-user 7.0 NRD90M 3.1.117_171110 release-keys"

PRIVATE_BUILD_DESC="z2_plus-user 7.0 NRD90M 3.1.117_171110 release-keys" \
BUILD_FINGERPRINT="ZUK/z2_plus/z2_plus:7.0/NRD90M/3.1.117_171110:user/release-keys"
TARGET_VENDOR := zuk

# Bootleg Device Maintainers
Expand All @@ -53,5 +53,3 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
# Show build as release(to pass CTS without Magisk)
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_VERSION_TAGS="release-keys"


0 comments on commit 91ad88b

Please sign in to comment.