aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-04-24 17:41:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-24 17:41:54 +0000
commitac1e7b6485967e8afe1e405ab17f5e6323ae168d (patch)
tree9eba7ed9de4a3d6dd474733722cf66d55ad5a6e7
parentb2893fcef36a61e41c671e8437f2b626aa5a495a (diff)
parentad00d9a6c2128686fa6592fdd4685885616b5b92 (diff)
downloadcommon-ac1e7b6485967e8afe1e405ab17f5e6323ae168d.tar.gz
Merge "Set MODULE_BUILD_FROM_SOURCE to true for GSI images" am: 6ff2e48a88 am: 71b9cb28aa am: 8f8a7aab8f am: 1f2f50fe7b am: ad00d9a6c2
Original change: https://android-review.googlesource.com/c/device/generic/common/+/2546313 Change-Id: I3264b9ae5058101aebe15869779e96f2954a15e0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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
#