aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/buildsteps/android/configure-depends2
-rw-r--r--tools/buildsteps/defaultenv2
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/buildsteps/android/configure-depends b/tools/buildsteps/android/configure-depends
index 13ab6cdd53..ae8cd80e5e 100644
--- a/tools/buildsteps/android/configure-depends
+++ b/tools/buildsteps/android/configure-depends
@@ -5,7 +5,7 @@ XBMC_PLATFORM_DIR=android
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then
cd $WORKSPACE/tools/depends;./configure \
- --with-tarballs=/opt/xbmc-tarballs \
+ --with-tarballs=$TARBALLS \
--host=arm-linux-androideabi \
--with-sdk-path=$SDK_PATH \
--with-ndk=$NDK_PATH \
diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv
index 0e0cf39f8e..7b379f7405 100644
--- a/tools/buildsteps/defaultenv
+++ b/tools/buildsteps/defaultenv
@@ -3,6 +3,8 @@ SDK_VERSION=${SDK_VERSION:-"Default"}
Configuration=${Configuration:-"Default"}
XBMC_DEPENDS_ROOT=${XBMC_DEPENDS_ROOT:-"Default"}
PATH_CHANGE_REV_FILENAME=".last_success_revision"
+#TARBALLS ENV-VAR is only used by android scripts atm
+TARBALLS=${TARBALLS:-"/opt/xbmc-tarballs"}
#set platform defaults
#$XBMC_PLATFORM_DIR matches the platform subdirs!