Move ap3a configuration to build/release.

Bug: 349843674
Bug: 370829778
Ignore-AOSP-First: "Migrating AP3A to build/release"
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4ff90549123b218377c7d576282614a3d3b35be1)
Merged-In: Ie339d505c73b297e05f764c2c27cc525923fa225
Change-Id: Ie339d505c73b297e05f764c2c27cc525923fa225
This commit is contained in:
Ian Kasprzak
2024-10-02 12:54:21 +00:00
committed by Android Build Coastguard Worker
parent af6d41c6cf
commit 68e240d6c2
2 changed files with 2 additions and 0 deletions

View File

@@ -152,4 +152,5 @@ _my_paths := \
$(call require-artifacts-in-path, $(_my_paths), $(_my_allowed_list)) $(call require-artifacts-in-path, $(_my_paths), $(_my_allowed_list))
# Product config map to toggle between sources and prebuilts of required mainline modules # Product config map to toggle between sources and prebuilts of required mainline modules
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard build/release/gms_mainline/required/release_config_map.textproto)
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline/required/release_config_map.textproto) PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline/required/release_config_map.textproto)

View File

@@ -18,6 +18,7 @@
$(call inherit-product, build/make/target/product/go_defaults_common.mk) $(call inherit-product, build/make/target/product/go_defaults_common.mk)
# Product config map to toggle between sources and prebuilts of required mainline modules # Product config map to toggle between sources and prebuilts of required mainline modules
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard build/release/gms_mainline_go/required/release_config_map.textproto)
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline_go/required/release_config_map.textproto) PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline_go/required/release_config_map.textproto)
# Add the system properties. # Add the system properties.