aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/android/build.sh
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2019-09-27 20:23:26 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-04 09:16:30 -0700
commitdbdfb9b517ca28dd4fefc95fffe387c6bbb2db56 (patch)
tree30675a6079ed5724ac3189a0dd7681f73dcee296 /packaging/android/build.sh
parent85c31f0303c8ad6964f316a7cf48e7e4904ce4d1 (diff)
downloadsubsurface-dbdfb9b517ca28dd4fefc95fffe387c6bbb2db56.tar.gz
android-build: Load variables file relative source dir
Not everybody have their build dir in the same place, but we can always find the files relative each other. Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'packaging/android/build.sh')
-rwxr-xr-xpackaging/android/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index 4be1c4fc9..a92d28a51 100755
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -39,7 +39,7 @@ SUBSURFACE_DESKTOP=OFF
# Which arch should we build for?
ARCH=arm
# Read build variables
-source subsurface/packaging/android/variables.sh
+source $SUBSURFACE_SOURCE/packaging/android/variables.sh
QUICK=""