summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-05-31 23:12:35 +0000
committer Spandan Das <spandandas@google.com> 2024-06-01 00:05:22 +0000
commitc3ff9f4bebf229f3bf45920331f26d7e687bb9ae (patch)
treee6d77862cba635a8afbf86df9c3a1461cb7fbdc2
parent8a402d7e30e0b92931b3cd93f6d1f87b4e9018b5 (diff)
Override map for enabling mainline module prebuilts
The release config maps in `v/g_sh/b/r/gms_mainline/required` to enable mainline prebuilts of mandatory modules by both internal google products and partner OEMs. Addition of `v/g_sh/b/r/gms_mainline/optional` is product dependent, and will have to be added separately Bug: 342265627 Test: lunch cf_x86_64_phone-ap3a-userdebug Test: verified that the following vars are same before and after change Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_ADBD # prebuilt Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING # prebuilt Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_UWB # prebuilt Test: lunch cf_x86_64_wear-ap3a-userdebug && get_build_var RELEASE_APEX_CONTRIBUTION_ADBD # empty string Change-Id: Id7f0f97aa3ea11d4ab5b818349cb7905e3e79b29
-rw-r--r--target/product/generic_system.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/generic_system.mk b/target/product/generic_system.mk
index 9748c7cd46..47936570b3 100644
--- a/target/product/generic_system.mk
+++ b/target/product/generic_system.mk
@@ -146,3 +146,6 @@ _my_paths := \
$(TARGET_COPY_OUT_SYSTEM)/ \
$(call require-artifacts-in-path, $(_my_paths), $(_my_allowed_list))
+
+# Product config map to toggle between sources and prebuilts of required mainline modules
+PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline/required/release_config_map.textproto)