diff --git a/build-tools/scripts/bundle-path.targets.in b/build-tools/scripts/bundle-path.targets.in
deleted file mode 100644
index 8d2172dd6b5..00000000000
--- a/build-tools/scripts/bundle-path.targets.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- @XA_BUNDLE_VERSION@
- @XA_BUNDLE_FILE_NAME@
-
-
diff --git a/build-tools/scripts/prepare-image-dependencies.sh.in b/build-tools/scripts/prepare-image-dependencies.sh.in
deleted file mode 100755
index 45f827b56fb..00000000000
--- a/build-tools/scripts/prepare-image-dependencies.sh.in
+++ /dev/null
@@ -1,96 +0,0 @@
-#!/bin/bash -e
-set -o xtrace
-
-ARCHIVE_PATH="$HOME/android-archives"
-TOOLCHAIN_PATH="$HOME/android-toolchain"
-
-TOOLCHAIN_DIRS="
-@TOOLCHAIN_DIRS@
-"
-
-# format: URL path/under/$TOOLCHAIN_PATH
-PACKAGES="
-@PACKAGES@
-"
-
-BREW_TAPS="
-@BREW_TAPS@
-"
-
-BREW_PACKAGES="
-@BREWS@
-"
-
-PKG_URLS="
-@PKG_URLS@
-"
-
-function Download ()
-{
- local url="$1"
- local archive="$ARCHIVE_PATH/`basename "$url"`"
- if [ -f "$archive" ]; then
- return
- fi
- curl -o "$archive" "$url"
-}
-
-function Install ()
-{
- local url="$1"
- local subdir="$2"
-
- local file=`basename "$url"`
- local archive="$ARCHIVE_PATH/$file"
- local targetdir="$TOOLCHAIN_PATH/$subdir"
-
- local flagdir="$TOOLCHAIN_PATH/$(echo $subdir | sed 's#/.*$##g')"
- local flagfile="$flagdir/.$file"
-
- mkdir -p "$targetdir"
- if [ ! -f "$flagfile" ]; then
- local extractdir=`mktemp -d`
- unzip -d "$extractdir" "$ARCHIVE_PATH/$file"
- mv "$extractdir"/*/* "$targetdir"
- touch "$flagfile"
- rm -Rf "$extractdir"
- fi
-}
-
-echo "$TOOLCHAIN_DIRS" | while read line ; do
- if [ -z "$line" ]; then
- continue
- fi
- rm -Rf "$TOOLCHAIN_PATH/$line"
-done
-
-echo "$PACKAGES" | while read line ; do
- if [ -z "$line" ]; then
- continue
- fi
- Download $line
- Install $line
-done
-
-echo "$BREW_TAPS" | while read line ; do
- if [ -z "$line" ]; then
- continue
- fi
- brew tap $line || true
-done
-
-echo "$BREW_PACKAGES" | while read line ; do
- if [ -z "$line" ]; then
- continue
- fi
- brew install $line || true
-done
-
-echo "$PKG_URLS" | while read line ; do
- if [ -z "$line" ]; then
- continue
- fi
- Download $line
- pkg=`basename "$line"`
- sudo installer -pkg "$ARCHIVE_PATH/$pkg" -target /
-done
diff --git a/build-tools/scripts/redirect-BCL.xml.in b/build-tools/scripts/redirect-BCL.xml.in
deleted file mode 100644
index ca1f82fff4f..00000000000
--- a/build-tools/scripts/redirect-BCL.xml.in
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/build-tools/scripts/redirect-Mono.Android.xml.in b/build-tools/scripts/redirect-Mono.Android.xml.in
deleted file mode 100644
index 26e626f825a..00000000000
--- a/build-tools/scripts/redirect-Mono.Android.xml.in
+++ /dev/null
@@ -1 +0,0 @@
-