Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
build: Always use release-keys
Browse files Browse the repository at this point in the history
Change-Id: Iff4d88d6bd4c7f4f6b9270dea24a2673c8535d9e
  • Loading branch information
neobuddy89 authored and jhenrique09 committed Jun 21, 2023
1 parent b112a04 commit 4636016
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/sysprop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

Expand Down

0 comments on commit 4636016

Please sign in to comment.