aboutsummaryrefslogtreecommitdiff
path: root/utils/manifest-descriptions/make.sh
blob: d78ae12cc3f6fa08f4156836568ad2e9ba0870e0 (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/platform/manifest-descriptions.git
fi

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