Make change and version bump to AP4A.240925.017

Merge cherrypicks of ['googleplex-android-review.googlesource.com/29668910'] into 24Q4-release.

Change-Id: I34115cbc761b0e9e0527cd505569c668622db521
This commit is contained in:
Android Build Coastguard Worker
2024-10-11 01:03:47 +00:00
3 changed files with 3 additions and 1 deletions

View File

@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is # (like "CRB01"). It must be a single word, and is
# capitalized by convention. # capitalized by convention.
BUILD_ID=AP4A.240925.016 BUILD_ID=AP4A.240925.017

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.