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:
@@ -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..."
|
||||
|
Reference in New Issue
Block a user