envsetup: fix path to build/bazel/bin tools
Bug: None Test: manual Change-Id: If0124eb5f5d85064e0063403cca477b98d42a922
This commit is contained in:
parent
7fa165b044
commit
e8a3be2ea2
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…
Add table
Reference in a new issue