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

#build binary addons before building xbmc...
#make sure that binary_addons don't clean the native tools
#here
BINARY_ADDONS_CLEAN_NATIVETOOLS="0"
. $WORKSPACE/tools/buildsteps/$XBMC_PLATFORM_DIR/make-binary-addons