gs101: Build pvmfw.img through the Android framework

Enable building pvmfw.img through PRODUCT_BUILD_PVMFW_IMAGE for products
that currently enable pKVM. Note that the board-provided
BOARD_PREBUILT_PVMFWIMAGE may still overshadow that flag.

Bug: 199831815
Test: m ${ANDROID_PRODUCT_OUT}/pvmfw.img
Change-Id: I47713648b795fd7e0f4c0d5a868a1abafea47588
This commit is contained in:
Pierre-Clément Tosi 2021-10-05 09:18:18 +02:00
parent 8f0a85d99e
commit b7662784fc

View file

@ -1070,6 +1070,7 @@ PRODUCT_PACKAGES += \
# pKVM # pKVM
ifeq ($(TARGET_PKVM_ENABLED),true) ifeq ($(TARGET_PKVM_ENABLED),true)
$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) $(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
PRODUCT_BUILD_PVMFW_IMAGE := true
endif endif
# Enable watchdog timeout loop breaker. # Enable watchdog timeout loop breaker.