aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/android/prepare-xbmc
blob: bccdcb0453da84538305e5614463316ac80e563d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

#build binary addons before building xbmc...
#make sure that binary_addons don't clean the native tools
#here (e.x. on release builds where pathChanged always returns 1
BINARY_ADDONS_CLEAN_NATIVETOOLS="0"
. $WORKSPACE/tools/buildsteps/$XBMC_PLATFORM_DIR/make-binary-addons