commit | 9ffaafa9757762b52c39bca0164571648a798a8e | [log] [tgz] |
---|---|---|
author | Sam Lewis <samclewis@google.com> | Tue Sep 24 14:27:39 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 24 14:27:39 2024 +0000 |
tree | 219d38febce2fe2e4f2165a84f3c21675ea89076 | |
parent | 977f89353382fd7d2d8c932e540d4d9779d46b5b [diff] | |
parent | 3e6015e602181717e34adaab62f1fe13ead97913 [diff] |
Merge "Move cog setup logic into shell_utils so it can be used when any of these commands are run:" into main
diff --git a/soong_ui.bash b/soong_ui.bash index 7737880..2f688ef 100755 --- a/soong_ui.bash +++ b/soong_ui.bash
@@ -26,6 +26,7 @@ source $(cd $(dirname $BASH_SOURCE) &> /dev/null && pwd)/../make/shell_utils.sh require_top +setup_cog_env_if_needed # Save the current PWD for use in soong_ui export ORIGINAL_PWD=${PWD}