aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/androidx86/prepare-xbmc
blob: 3a82e5c6003eabb88db13480a018c3e163907818 (plain)
1
2
3
4
5
6
7
8
9
10
11
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=android
. $WORKSPACE/tools/buildsteps/defaultenv

#fetch submodules
cd $WORKSPACE
if test -d $WORKSPACE/addons/skin.re-touched
then
rm -r $WORKSPACE/addons/skin.re-touched
fi
git submodule update --init $WORKSPACE/addons/skin.re-touched