mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: set build fingerprint instead of override
This commit is contained in:
parent
df0710fc71
commit
a7d971c79d
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue