Merge "Override map for enabling mainline module prebuilts" into main am: 08445aada2
Original change: https://android-review.googlesource.com/c/platform/build/+/3109349 Change-Id: I738f2e2367db36b4b1cef35dca8aa734288ca3ca Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c284f8c8d2
1 changed files with 3 additions and 0 deletions
|
@ -146,3 +146,6 @@ _my_paths := \
|
||||||
$(TARGET_COPY_OUT_SYSTEM)/ \
|
$(TARGET_COPY_OUT_SYSTEM)/ \
|
||||||
|
|
||||||
$(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_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline/required/release_config_map.textproto)
|
||||||
|
|
Loading…
Reference in a new issue