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:
parent
85c31f0303
commit
dbdfb9b517
@ -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=""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user