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
This commit is contained in:
Joe Onorato
2024-02-02 22:53:39 -08:00
parent 81c7511fed
commit 84e61d0d07

View File

@@ -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