Merge "envsetup: fix path to build/bazel/bin tools" into main am: 1348d34e4c
Original change: https://android-review.googlesource.com/c/platform/build/+/2957816 Change-Id: I942ddc6f6397b0dea7c1339581c9b80a5de8b2b0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b159c5c419
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue