Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e12f0132 authored by LuK1337's avatar LuK1337
Browse files

core: Treat vendor/lineage-priv/* as release-keys

Change-Id: I506ee2b5374a398a4421321e1582ae6d4f10401e
parent 22bcc407
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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