Skip to content

Commit

Permalink
envsetup: fix path to build/bazel/bin tools
Browse files Browse the repository at this point in the history
Bug: None
Test: manual
Change-Id: If0124eb5f5d85064e0063403cca477b98d42a922
  • Loading branch information
lamontj committed Feb 12, 2024
1 parent 7fa165b commit e8a3be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e8a3be2

Please sign in to comment.