diff --git a/core/sysprop.mk b/core/sysprop.mk index bed78e9547..48984f6fc3 100644 --- a/core/sysprop.mk +++ b/core/sysprop.mk @@ -159,11 +159,7 @@ endif # non-default dev keys (usually private keys from a vendor directory). # Both of these tags will be removed and replaced with "release-keys" # when the target-files is signed in a post-build step. -ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/make/target/product/security/testkey) -BUILD_KEYS := test-keys -else -BUILD_KEYS := dev-keys -endif +BUILD_KEYS := release-keys BUILD_VERSION_TAGS += $(BUILD_KEYS) BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))