aboutsummaryrefslogtreecommitdiff
path: root/envsetup.sh
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2024-02-12 09:55:41 -0800
committerLaMont Jones <lamontjones@google.com>2024-02-12 09:55:41 -0800
commite8a3be2ea25b0fa833832f7eb29cd7c8b9eccc45 (patch)
tree1810e7bc1d2816a126da12d208b389b9444be5f7 /envsetup.sh
parent7fa165b04441b7a107ff1c92c18f331c2f268b5b (diff)
envsetup: fix path to build/bazel/bin tools
Bug: None Test: manual Change-Id: If0124eb5f5d85064e0063403cca477b98d42a922
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 6111952ecf..db21188967 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -367,7 +367,7 @@ function set_global_paths()
# And in with the new...
ANDROID_GLOBAL_BUILD_PATHS=$T/build/soong/bin
- ANDROID_GLOBAL_BUILD_PATHS+=:$T/bazel/bin
+ ANDROID_GLOBAL_BUILD_PATHS+=:$T/build/bazel/bin
ANDROID_GLOBAL_BUILD_PATHS+=:$T/development/scripts
ANDROID_GLOBAL_BUILD_PATHS+=:$T/prebuilts/devtools/tools