mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universa7885: commonize build fingerprint
* Sperate it to a sperate makefile
This commit is contained in:
parent
651386dfff
commit
c8719f9b92
5 changed files with 13 additions and 3 deletions
7
universal7885-common/fingerprint.mk
Normal file
7
universal7885-common/fingerprint.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PRODUCT_GMS_CLIENTID_BASE := android-google
|
||||
|
||||
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
|
||||
BUILD_FINGERPRINT := "google/redfin/redfin:12/SPB5.210812.002/7671067:user/release-keys"
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRIVATE_BUILD_DESC="redfin-user 12 SPB5.210812.002 7671067 release-keys"
|
||||
Loading…
Reference in a new issue