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:
parent
8f0a85d99e
commit
b7662784fc
1 changed files with 1 additions and 0 deletions
|
@ -1070,6 +1070,7 @@ PRODUCT_PACKAGES += \
|
|||
# pKVM
|
||||
ifeq ($(TARGET_PKVM_ENABLED),true)
|
||||
$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
|
||||
PRODUCT_BUILD_PVMFW_IMAGE := true
|
||||
endif
|
||||
|
||||
# Enable watchdog timeout loop breaker.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue