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
This commit is contained in:
Pierre-Clément Tosi 2021-10-18 10:27:51 +02:00
parent dbd736c3ee
commit 38cad31af0

View file

@ -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