diff options
Diffstat (limited to 'tools/buildsteps/android/make-xbmc')
-rw-r--r-- | tools/buildsteps/android/make-xbmc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/buildsteps/android/make-xbmc b/tools/buildsteps/android/make-xbmc new file mode 100644 index 0000000..11d8d70 --- /dev/null +++ b/tools/buildsteps/android/make-xbmc @@ -0,0 +1,5 @@ +WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} +XBMC_PLATFORM_DIR=android +. $WORKSPACE/tools/buildsteps/defaultenv + +cd $WORKSPACE/build;make -j$BUILDTHREADS || make |