Enable pKVM be default

Include the com.android.virt APEX in the cloudripper image to bundle the
pKVM user space components.

Test: atest VirtualizationTestCases
Bug: 181324461
Change-Id: If84c957b74dc59faefc88edf6b7f500894eef38b
This commit is contained in:
Andrew Scull 2021-06-07 12:21:03 +00:00
parent ac54e6697c
commit 2496a78bdf

View file

@ -1114,9 +1114,7 @@ PRODUCT_PACKAGES += \
vendor.samsung_slsi.hardware.tetheroffload@1.0-service vendor.samsung_slsi.hardware.tetheroffload@1.0-service
# pKVM # pKVM
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)
endif
# Enable watchdog timeout loop breaker. # Enable watchdog timeout loop breaker.
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \