Index: build/android/buildbot/bb_asan_tests.sh |
diff --git a/build/android/buildbot/bb_asan_tests.sh b/build/android/buildbot/bb_asan_tests.sh |
deleted file mode 100755 |
index a17932cd478b0983daa2f15e39d90618cd783d23..0000000000000000000000000000000000000000 |
--- a/build/android/buildbot/bb_asan_tests.sh |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-#!/bin/bash |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-# DO NOT MODIFY. Scheduled to be removed. |
-# Buildbot configs will be changed to call bb_run_bot.py directly. |
-exec "$(dirname $0)"/bb_run_bot.py "$@" --bot-id asan-tests |