From 4e1f71ff7eee4dacd79689cde74318fb94a9f00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= Date: Wed, 2 Aug 2023 11:14:34 +0100 Subject: [PATCH] Makefile: Avoid packaging pvmfw.bin in /system Test: TH # In particular, make sure that b/261393794 isn't back. Bug: 294177504 Change-Id: I1111ffb4a9e130568375329500c97eb850c0bfa1 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 7c124a9429..4a124c8e3c 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4166,7 +4166,7 @@ pvmfwimage: $(INSTALLED_PVMFWIMAGE_TARGET) INSTALLED_PVMFWIMAGE_TARGET := $(PRODUCT_OUT)/pvmfw.img INSTALLED_PVMFW_EMBEDDED_AVBKEY_TARGET := $(PRODUCT_OUT)/pvmfw_embedded.avbpubkey -INSTALLED_PVMFW_BINARY_TARGET := $(call module-installed-files,pvmfw_bin) +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_SYMBOL := $(TARGET_OUT_EXECUTABLES_UNSTRIPPED)/pvmfw