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>
This commit is contained in:
Anton Lundin 2019-09-27 20:23:26 +02:00 committed by Dirk Hohndel
parent 85c31f0303
commit dbdfb9b517

View file

@ -39,7 +39,7 @@ SUBSURFACE_DESKTOP=OFF
# Which arch should we build for? # Which arch should we build for?
ARCH=arm ARCH=arm
# Read build variables # Read build variables
source subsurface/packaging/android/variables.sh source $SUBSURFACE_SOURCE/packaging/android/variables.sh
QUICK="" QUICK=""