cm versioning: Empty keys == default keys
Don't assume the path to the signing key is the default, it can be empty and have the same meaning... Change-Id: Id545d6436e9f21d6b62eec5a317ea7665190f104
This commit is contained in:
parent
89e67b441e
commit
74b4f9b149
@ -297,6 +297,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
||||
CM_DISPLAY_VERSION := $(CM_VERSION)
|
||||
|
||||
ifneq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),)
|
||||
ifneq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
|
||||
ifneq ($(CM_BUILDTYPE), UNOFFICIAL)
|
||||
ifndef TARGET_VENDOR_RELEASE_BUILD_ID
|
||||
@ -311,6 +312,7 @@ ifneq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
|
||||
CM_DISPLAY_VERSION=$(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)$(TARGET_VENDOR_RELEASE_BUILD_ID)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.cm.display.version=$(CM_DISPLAY_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user