commit | 62bc1b46f194e9e5735b5c08c61a36e2d1998e89 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Sun Feb 04 00:19:21 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Feb 04 00:19:21 2024 +0000 |
tree | fbc5fc379ee23b37ceecd1f7b9192d0beb36b87f | |
parent | 81c7511fed3171a16505c16d22201cb080b6043c [diff] | |
parent | 84e61d0d0740a1c34060857d4e5f62858957d7c5 [diff] |
Merge "Add build/soong/bin to the paths" into main
diff --git a/envsetup.sh b/envsetup.sh index e180cf1..6111952 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -366,7 +366,8 @@ 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