summaryrefslogtreecommitdiff
path: root/sync-lollipop-linaro.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync-lollipop-linaro.sh')
-rwxr-xr-xsync-lollipop-linaro.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/sync-lollipop-linaro.sh b/sync-lollipop-linaro.sh
deleted file mode 100755
index a0795c7..0000000
--- a/sync-lollipop-linaro.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-export BASE=$(cd $(dirname $0);pwd)
-
-source ${BASE}/scripts-common/sync-common.sh
-
-export MIRROR="http://android.git.linaro.org/git/platform/manifest.git"
-branch="android-5.1.1_r24"
-
-LOCAL_MANIFEST="ssh://git@dev-private-git.linaro.org/linaro-art/platform/manifest.git"
-LOCAL_MANIFEST_BRANCH="linaro-lollipop"
-
-main "$@"