aboutsummaryrefslogtreecommitdiff
path: root/scripts/milestone-2
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2022-10-24 06:37:05 -0700
committerJoe Onorato <joeo@google.com>2022-10-24 06:37:05 -0700
commit1d03e550fff3bfd37d43af5971213d947dc9aeda (patch)
treee52f4d62c937f8b6a039a2a47d81e7a639766be8 /scripts/milestone-2
parent93a144b672604c0a842094c64f394ed6efa960dc (diff)
downloadbazel-1d03e550fff3bfd37d43af5971213d947dc9aeda.tar.gz
Move bazel from being a shell function to being a script at build/bazel/bin/bazel
Bug: 254713799 Test: b build //packages/modules/adb/apex:com.android.adbd Change-Id: If7121a1fc9ed36c85e873383ba907d738acb57a9
Diffstat (limited to 'scripts/milestone-2')
-rwxr-xr-xscripts/milestone-2/demo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/milestone-2/demo.sh b/scripts/milestone-2/demo.sh
index 3f63841f..68baf965 100755
--- a/scripts/milestone-2/demo.sh
+++ b/scripts/milestone-2/demo.sh
@@ -55,7 +55,7 @@ function log() {
# Ensure that this script uses the checked-in Bazel binary.
function bazel() {
- "${AOSP_ROOT}/tools/bazel" "$@"
+ "${AOSP_ROOT}/build/bazel/bin/bazel" "$@"
}
# Run the bp2build converter to generate BUILD files into out/soong/bp2build.