aboutsummaryrefslogtreecommitdiff
path: root/gsi_arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gsi_arm64.mk')
-rw-r--r--gsi_arm64.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/gsi_arm64.mk b/gsi_arm64.mk
index d792cd9..ceb2e94 100644
--- a/gsi_arm64.mk
+++ b/gsi_arm64.mk
@@ -30,11 +30,17 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
# Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true
+# Always build modules from source
+MODULE_BUILD_FROM_SOURCE := true
+
#
# All components inherited here go to system_ext image
#
$(call inherit-product, device/generic/common/gsi_system_ext.mk)
+# pKVM
+$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
+
#
# All components inherited here go to product image
#