aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:14:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:14:03 +0000
commit43c13f6c4de89be548af5c7ea0ef55eb52fdf1fd (patch)
tree9eba7ed9de4a3d6dd474733722cf66d55ad5a6e7
parent1c91f8fa07445014af27845844756ed8dc881226 (diff)
parent3c5896d68f8d264272e01af4c3c82a9ffaa64864 (diff)
downloadcommon-43c13f6c4de89be548af5c7ea0ef55eb52fdf1fd.tar.gz
Snap for 10453563 from 3c5896d68f8d264272e01af4c3c82a9ffaa64864 to mainline-rkpd-releaseaml_rkp_341510000aml_rkp_341311000aml_rkp_341114000aml_rkp_341015010aml_rkp_341012000
Change-Id: I1ec6bf4f52d8a74f820f3292f0421ea00ee12ada
-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
#