commit | 4da7b0f8a2108cbe28421b85a0f186fe4aae97b0 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Oct 04 17:55:14 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 04 17:55:14 2024 +0000 |
tree | 0ce9a456211dac18d6c457225a4dcba336a996fb | |
parent | 72db2420154f572e9ac7d65061bdec6df30df6f4 [diff] | |
parent | e4fb83024f8bdf268b5486b303194f61fa58f931 [diff] |
Merge "add default path to flag bp files in mainline module" into main
diff --git a/ci/build_metadata b/ci/build_metadata index a8eb65d..cd011c8 100755 --- a/ci/build_metadata +++ b/ci/build_metadata
@@ -20,6 +20,9 @@ export TARGET_RELEASE=trunk_staging export TARGET_BUILD_VARIANT=eng -build/soong/bin/m dist \ +TARGETS=( all_teams + release_config_metadata +) +build/soong/bin/m dist ${TARGETS[@]}