Remove legacy buildbot scripts
Remove symlinks to scripts that have been renamed in
https://r.android.com/1214056
Test: cd $ANDROID_BUILD_TOP/art && git grep teardown-build
Test: cd $ANDROID_BUILD_TOP/art && git grep symbolize-bui
Test: cd $ANDROID_BUILD_TOP/art && git grep setup-buildbot
Test: cd $ANDROID_BUILD_TOP/art && git grep cleanup-buildbot
Change-Id: Iaccad5fc29742abf843ff66755d7bf5fe5774d70
diff --git a/tools/cleanup-buildbot-device.sh b/tools/cleanup-buildbot-device.sh
deleted file mode 120000
index 8389975..0000000
--- a/tools/cleanup-buildbot-device.sh
+++ /dev/null
@@ -1 +0,0 @@
-buildbot-cleanup-device.sh
\ No newline at end of file
diff --git a/tools/setup-buildbot-device.sh b/tools/setup-buildbot-device.sh
deleted file mode 120000
index 6cdd17e..0000000
--- a/tools/setup-buildbot-device.sh
+++ /dev/null
@@ -1 +0,0 @@
-buildbot-setup-device.sh
\ No newline at end of file
diff --git a/tools/symbolize-buildbot-crashes.sh b/tools/symbolize-buildbot-crashes.sh
deleted file mode 120000
index ed04b65..0000000
--- a/tools/symbolize-buildbot-crashes.sh
+++ /dev/null
@@ -1 +0,0 @@
-buildbot-symbolize-crashes.sh
\ No newline at end of file
diff --git a/tools/teardown-buildbot-device.sh b/tools/teardown-buildbot-device.sh
deleted file mode 120000
index 0112bca..0000000
--- a/tools/teardown-buildbot-device.sh
+++ /dev/null
@@ -1 +0,0 @@
-buildbot-teardown-device.sh
\ No newline at end of file