1 This folder holds all the platform dependent build scripts which are called from the jenkins buildserver.
3 The following ENV variables are available on all scripts:
5 $WORKSPACE - the folder where jenkins checked out the source - XBMC_HOME so to say
6 $Configuration - its either Debug, Release or Default and should be taken into account if possible (Defaults select platform default from <platformdir>/startbuild)
7 $SDK_VERSION - the requested SDK_VERSION to be used for building. If "Default" is passed it uses the platform default from <platformdir>/startbuild
8 $BUILDTHREADS - number of threads which can be used when building (e.x. use it for make -j$BUILDTHREADS)
9 $XBMC_DEPENDS_ROOT - root for installing the xbmc build depends and toolchain helpers. If "Default" is passed it uses the platform default from <platformdir>/startbuild
11 Additional ENV variables might be specified by the buildnodes. For android buildslaves these are:
13 TOOLCHAIN - the used toolchain dir
14 NDK_PATH - the path to the android native ndk
15 SDK_PATH - the path to the android sdk