Skip to content

Commit

Permalink
core: sysprop: Use 'test-keys' only on eng build type
Browse files Browse the repository at this point in the history
Change-Id: Ie7e45e32e1e36b2bdb8466be722e515e802ec819
  • Loading branch information
justks authored and hanifardhani committed Jun 25, 2022
1 parent c050ae8 commit 4fa6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sysprop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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)
ifeq ($(TARGET_BUILD_VARIANT),eng)
BUILD_KEYS := test-keys
else
BUILD_KEYS := release-keys
Expand Down

0 comments on commit 4fa6b7f

Please sign in to comment.