mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:43:24 +00:00
android: build.sh white space cleanup
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
9ec28966f0
commit
450092cdb9
1 changed files with 4 additions and 4 deletions
|
@ -63,11 +63,11 @@ else
|
|||
fi
|
||||
|
||||
if [ "$PLATFORM" = "Darwin" ] ; then
|
||||
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-macosx}
|
||||
export ANDROID_NDK_HOST=darwin-x86_64
|
||||
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-macosx}
|
||||
export ANDROID_NDK_HOST=darwin-x86_64
|
||||
else
|
||||
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-linux}
|
||||
export ANDROID_NDK_HOST=linux-x86
|
||||
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT-$SUBSURFACE_SOURCE/../android-sdk-linux}
|
||||
export ANDROID_NDK_HOST=linux-x86
|
||||
fi
|
||||
|
||||
# Which versions are we building against?
|
||||
|
|
Loading…
Add table
Reference in a new issue