deb: set build fingerprint instead of override

This commit is contained in:
followmsi 2018-09-15 10:15:38 +02:00
parent df0710fc71
commit a7d971c79d
2 changed files with 4 additions and 2 deletions

View file

@ -30,9 +30,10 @@ PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=razorg \
BUILD_FINGERPRINT=google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys \
PRIVATE_BUILD_DESC="razorg-user 6.0.1 MOB30X 3036618 release-keys"
BUILD_FINGERPRINT := google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/asus/deb/device.mk)
$(call inherit-product-if-exists, vendor/asus/flo/flo-vendor.mk)

View file

@ -32,9 +32,10 @@ PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=razorg \
BUILD_FINGERPRINT=google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys \
PRIVATE_BUILD_DESC="razorg-user 6.0.1 MOB30X 3036618 release-keys"
BUILD_FINGERPRINT := google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/asus/deb/device.mk)
$(call inherit-product-if-exists, vendor/asus/flo/flo-vendor.mk)