Add release configs artifacts to metadata build
Bug: b/370544058 Test: TH, manual Change-Id: I9e7ccef1e22510932625336988903382669de0ef
This commit is contained in:
parent
5e9bc76129
commit
b7679766ed
1 changed files with 4 additions and 1 deletions
|
|
@ -20,6 +20,9 @@ export TARGET_PRODUCT=aosp_arm64
|
|||
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[@]}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue