From 22dd3211b28863cfb7da7a9bbda14be7e53716ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= Date: Fri, 24 May 2024 10:59:44 +0100 Subject: [PATCH] Use generated pvmfw_embedded_key_pub_bin Now that pvmfw_embedded_key points to a PEM file, obtain the .avbpubkey (extracted public key in AVB-specific binary format) from the generated pvmfw_embedded_key_pub_bin instead. Bug: 342549834 Test: m out/target/product/${PROD}/pvmfw_embedded.avbpubkey Change-Id: Iaf0d166816976b5f9db7fe15c78b788d748adcc4 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 02deaddd82..c36d4b4758 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4369,7 +4369,7 @@ INSTALLED_PVMFWIMAGE_TARGET := $(PRODUCT_OUT)/pvmfw.img INSTALLED_PVMFW_EMBEDDED_AVBKEY_TARGET := $(PRODUCT_OUT)/pvmfw_embedded.avbpubkey INSTALLED_PVMFW_BINARY_TARGET := $(call module-target-built-files,pvmfw_bin) INTERNAL_PVMFWIMAGE_FILES := $(call module-target-built-files,pvmfw_img) -INTERNAL_PVMFW_EMBEDDED_AVBKEY := $(call module-target-built-files,pvmfw_embedded_key) +INTERNAL_PVMFW_EMBEDDED_AVBKEY := $(call module-target-built-files,pvmfw_embedded_key_pub_bin) INTERNAL_PVMFW_SYMBOL := $(TARGET_OUT_EXECUTABLES_UNSTRIPPED)/pvmfw $(call declare-1p-container,$(INSTALLED_PVMFWIMAGE_TARGET),)