summaryrefslogtreecommitdiff
path: root/envsetup.sh
diff options
context:
space:
mode:
author Joe Onorato <joeo@google.com> 2024-02-02 22:53:39 -0800
committer Joe Onorato <joeo@google.com> 2024-02-03 14:44:41 -0800
commit84e61d0d0740a1c34060857d4e5f62858957d7c5 (patch)
treefbc5fc379ee23b37ceecd1f7b9192d0beb36b87f /envsetup.sh
parent81c7511fed3171a16505c16d22201cb080b6043c (diff)
Add build/soong/bin to the paths
This gives us a good place to put scripts on the PATH instead of adding more functions to envsetup.sh Test: GENERATE_SOONG_DEBUG=true m nothing ; soongdbg ... Change-Id: I3c1a80fc8aae8de548bfe9036dc86fa006fc58c6
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index e180cf1a35..6111952ecf 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -366,7 +366,8 @@ function set_global_paths()
fi
# And in with the new...
- ANDROID_GLOBAL_BUILD_PATHS=$T/build/bazel/bin
+ ANDROID_GLOBAL_BUILD_PATHS=$T/build/soong/bin
+ ANDROID_GLOBAL_BUILD_PATHS+=:$T/bazel/bin
ANDROID_GLOBAL_BUILD_PATHS+=:$T/development/scripts
ANDROID_GLOBAL_BUILD_PATHS+=:$T/prebuilts/devtools/tools