aboutsummaryrefslogtreecommitdiff
path: root/utils/manifest-descriptions/make.sh
blob: 4054a856c83eb8b89ec50fd82fe821a6ef506e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

dir=manifest-descriptions

#rm -rf $dir

if [ -d $dir ]; then
    cd $dir
    git pull
    cd ..
else
    git clone http://android.git.linaro.org/git-ro/platform/manifest-descriptions.git
fi

$(dirname $0)/manifest-annotate $*