summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/build/android/buildbot_try_builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/build/android/buildbot_try_builder.sh')
-rwxr-xr-xmedia/webrtc/trunk/build/android/buildbot_try_builder.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/media/webrtc/trunk/build/android/buildbot_try_builder.sh b/media/webrtc/trunk/build/android/buildbot_try_builder.sh
new file mode 100755
index 000000000..170a42302
--- /dev/null
+++ b/media/webrtc/trunk/build/android/buildbot_try_builder.sh
@@ -0,0 +1,9 @@
+#!/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.
+
+# Temporary placeholders to call new buildbot script locations until
+# buildbot master config can be pointed to new location.
+
+exec $(dirname $0)/buildbot/bb_try_builder.sh "$@"