Skip to content

Instantly share code, notes, and snippets.

@iykex
Created October 15, 2017 08:10
Show Gist options
  • Save iykex/0b62f209227d72e8c3fffe230f264081 to your computer and use it in GitHub Desktop.
Save iykex/0b62f209227d72e8c3fffe230f264081 to your computer and use it in GitHub Desktop.
inherit stock build fingerprint for google verification in playstore
#// you must copy these lines from your stock build.prop
#//
# inherit stock build fingerprint
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE="Camon_C7" \
PRODUCT_NAME="TECNO-C7" \
BUILD_FINGERPRINT="TECNO/TECNO-C7/TECNO-C7:6.0/MRA58K/C7-H355A1-M-160922V69:user/release-keys" \
PRIVATE_BUILD_DESC="TECNO-C7-user 6.0 MRA58K 1461742312 release-keys"
PRODUCT_GMS_CLIENTID_BASE := android-tecno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment