core: Treat vendor/lineage-priv/* as release-keys
Change-Id: I506ee2b5374a398a4421321e1582ae6d4f10401e
This commit is contained in:
parent
22bcc40738
commit
e12f0132b5
1 changed files with 2 additions and 0 deletions
|
|
@ -174,6 +174,8 @@ endif
|
|||
# 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 ifneq ($(filter vendor/lineage-priv/%,$(DEFAULT_SYSTEM_DEV_CERTIFICATE)),)
|
||||
BUILD_KEYS := release-keys
|
||||
else
|
||||
BUILD_KEYS := dev-keys
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue