diff options
author | 2024-04-09 18:03:07 -0700 | |
---|---|---|
committer | 2024-04-18 11:21:03 -0700 | |
commit | e292efada41980391e2eaf104c8e7ddc4d82cafa (patch) | |
tree | 964f51438fd2e878946f705839bb905cfcaac239 /soong_ui.bash | |
parent | b9014c74f4f0383368bf6ea398fbbb8f1fe2d57a (diff) |
Bootstrap out/release-config early
Bug: 328495189
Test: manual
Change-Id: I4e9d6eba21da128adc7d8eab097ade2e69b4cbcc
Diffstat (limited to 'soong_ui.bash')
-rwxr-xr-x | soong_ui.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soong_ui.bash b/soong_ui.bash index 8e7cd195d..77378807f 100755 --- a/soong_ui.bash +++ b/soong_ui.bash @@ -35,6 +35,7 @@ source ${TOP}/build/soong/scripts/microfactory.bash soong_build_go soong_ui android/soong/cmd/soong_ui soong_build_go mk2rbc android/soong/mk2rbc/mk2rbc soong_build_go rbcrun rbcrun/rbcrun +soong_build_go release-config android/soong/cmd/release_config/release_config cd ${TOP} exec "$(getoutdir)/soong_ui" "$@" |