From 38cad31af026786157038c47d2467cc5f52f239b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= Date: Mon, 18 Oct 2021 10:27:51 +0200 Subject: [PATCH] gs101: Use AOSP build framework for pvmfw.img Remove the definition for BOARD_PREBUILT_PVMFWIMAGE (which currently points to the shared AOSP pre-built of pvmfw.img) to fall back to the default behavior of the AOSP framework. Even though this will result in the same pre-built being used (for now), not setting that variable still partially modifies the overall behavior (e.g. for packaging) and allows upcoming framework changes to be automatically picked up. Bug: 199717422 Test: m Change-Id: I7c3bbbee8c83d262b707f8582b5f43040bc25a06 --- BoardConfig-common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index d120586d..ec725f8e 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -423,7 +423,6 @@ BOARD_KERNEL_CMDLINE += at24.write_timeout=100 BOARD_KERNEL_CMDLINE += log_buf_len=1024K # Protected VM firmware -BOARD_PREBUILT_PVMFWIMAGE := packages/modules/Virtualization/pvmfw/pvmfw.img BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000 -include vendor/google_devices/gs101/proprietary/BoardConfigVendor.mk