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:
@@ -367,7 +367,7 @@ function set_global_paths()
|
|||||||
|
|
||||||
# And in with the new...
|
# And in with the new...
|
||||||
ANDROID_GLOBAL_BUILD_PATHS=$T/build/soong/bin
|
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/development/scripts
|
||||||
ANDROID_GLOBAL_BUILD_PATHS+=:$T/prebuilts/devtools/tools
|
ANDROID_GLOBAL_BUILD_PATHS+=:$T/prebuilts/devtools/tools
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user