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: I6a0a89438a46d8252c3e0c24319038b0cf2dbd59
This commit is contained in:
Joe Onorato
2022-10-24 06:38:11 -07:00
parent 3b13b61d9d
commit ba29f380d3
6 changed files with 7 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ df -h || true
echo
echo "Running Bazel smoke test..."
STANDALONE_BAZEL=true "${TOP}/tools/bazel" --batch --max_idle_secs=1 help
STANDALONE_BAZEL=true "${TOP}/build/bazel/bin/bazel" --batch --max_idle_secs=1 help
echo
echo "Running Soong test..."