aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-04-24 13:11:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-04-24 13:11:18 +0000
commit6ff2e48a887c5ec5f7ddaaeb099acc2fe95f116f (patch)
tree9eba7ed9de4a3d6dd474733722cf66d55ad5a6e7
parent650482b6fbd639306a31e064a3077824cc779f76 (diff)
parentcfc2cdb644aed9687a2c44a42a6f990b2a7c5bd0 (diff)
downloadcommon-6ff2e48a887c5ec5f7ddaaeb099acc2fe95f116f.tar.gz
Merge "Set MODULE_BUILD_FROM_SOURCE to true for GSI images"
-rw-r--r--gsi_arm.mk3
-rw-r--r--gsi_arm64.mk3
-rw-r--r--gsi_x86.mk3
-rw-r--r--gsi_x86_64.mk3
4 files changed, 12 insertions, 0 deletions
diff --git a/gsi_arm.mk b/gsi_arm.mk
index 1a28cc8..6272fb5 100644
--- a/gsi_arm.mk
+++ b/gsi_arm.mk
@@ -29,6 +29,9 @@ $(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
#
diff --git a/gsi_arm64.mk b/gsi_arm64.mk
index 81b0a3e..ceb2e94 100644
--- a/gsi_arm64.mk
+++ b/gsi_arm64.mk
@@ -30,6 +30,9 @@ $(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
#
diff --git a/gsi_x86.mk b/gsi_x86.mk
index 0dfde63..030d9b4 100644
--- a/gsi_x86.mk
+++ b/gsi_x86.mk
@@ -22,6 +22,9 @@ $(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
#
diff --git a/gsi_x86_64.mk b/gsi_x86_64.mk
index b45184c..d21d0b9 100644
--- a/gsi_x86_64.mk
+++ b/gsi_x86_64.mk
@@ -23,6 +23,9 @@ $(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
#