diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-01-09 11:47:39 +0100 |
---|---|---|
committer | Subsurface <dirk@subsurface-divelog.org> | 2017-01-12 14:15:53 -0800 |
commit | 0253addb9e394b5a2dcb54227918f4b7f5e21a84 (patch) | |
tree | 2f13e58cddf7dc55e6a510bcc17869501498a312 /packaging/android/build.sh | |
parent | 450092cdb94ad08178e6b7804afcde0114c4f615 (diff) | |
download | subsurface-0253addb9e394b5a2dcb54227918f4b7f5e21a84.tar.gz |
android: Document controlling env-vars
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'packaging/android/build.sh')
-rw-r--r-- | packaging/android/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 836704605..c5d1c8873 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -19,6 +19,8 @@ # # you also need to have the current Android SDK and NDK installed under ~/src # +# Or just set QT5_ANDROID, ANDROID_SDK_ROOT and ANDROID_NDK_ROOT to where ever you have them. +# set -e PLATFORM=$(uname) # (trick to get the absolute path, either if we're called with a |