Loading core/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -395,6 +395,9 @@ endif # exist with the suffixes ".x509.pem" and ".pk8". DEFAULT_KEY_CERT_PAIR := $(DEFAULT_SYSTEM_DEV_CERTIFICATE) ifneq ($(OTA_PACKAGE_SIGNING_KEY),) DEFAULT_KEY_CERT_PAIR := $(OTA_PACKAGE_SIGNING_KEY) endif # Rules that need to be present for the all targets, even # if they don't do anything. Loading Loading @@ -946,6 +949,11 @@ endif # substitute other keys for this one. OTA_PUBLIC_KEYS := $(DEFAULT_SYSTEM_DEV_CERTIFICATE).x509.pem ifneq ($(OTA_PACKAGE_SIGNING_KEY),) OTA_PUBLIC_KEYS := $(OTA_PACKAGE_SIGNING_KEY).x509.pem PRODUCT_EXTRA_RECOVERY_KEYS := $(DEFAULT_SYSTEM_DEV_CERTIFICATE) endif # Generate a file containing the keys that will be read by the # recovery binary. RECOVERY_INSTALL_OTA_KEYS := \ Loading Loading
core/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -395,6 +395,9 @@ endif # exist with the suffixes ".x509.pem" and ".pk8". DEFAULT_KEY_CERT_PAIR := $(DEFAULT_SYSTEM_DEV_CERTIFICATE) ifneq ($(OTA_PACKAGE_SIGNING_KEY),) DEFAULT_KEY_CERT_PAIR := $(OTA_PACKAGE_SIGNING_KEY) endif # Rules that need to be present for the all targets, even # if they don't do anything. Loading Loading @@ -946,6 +949,11 @@ endif # substitute other keys for this one. OTA_PUBLIC_KEYS := $(DEFAULT_SYSTEM_DEV_CERTIFICATE).x509.pem ifneq ($(OTA_PACKAGE_SIGNING_KEY),) OTA_PUBLIC_KEYS := $(OTA_PACKAGE_SIGNING_KEY).x509.pem PRODUCT_EXTRA_RECOVERY_KEYS := $(DEFAULT_SYSTEM_DEV_CERTIFICATE) endif # Generate a file containing the keys that will be read by the # recovery binary. RECOVERY_INSTALL_OTA_KEYS := \ Loading