diff --git a/target/product/aosp_arm64.mk b/target/product/aosp_arm64.mk index 01897b77d2..ffc37a9bd2 100644 --- a/target/product/aosp_arm64.mk +++ b/target/product/aosp_arm64.mk @@ -43,6 +43,9 @@ endif $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) +# pKVM +$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) + # # All components inherited here go to product image # diff --git a/target/product/aosp_x86_64.mk b/target/product/aosp_x86_64.mk index b3cfae4385..d55866f4ec 100644 --- a/target/product/aosp_x86_64.mk +++ b/target/product/aosp_x86_64.mk @@ -45,6 +45,9 @@ endif $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) +# pKVM +$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) + # # All components inherited here go to product image #