[PATCH 1/4] Android: Clean up variable export

Joakim Bygdell j.bygdell at gmail.com
Sun Nov 8 07:50:48 PST 2015


Removes duplicate variable export.

Signed-off-by: Joakim Bygdell <j.bygdell at gmail.com>
---
 packaging/android/build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index 3d054f5..124835d 100644
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -9,7 +9,6 @@ popd
 # Configure where we can find things here
 export ANDROID_NDK_ROOT=$SUBSURFACE_SOURCE/../android-ndk-r10e
 export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/5.5
-export ANDROID_SDK_ROOT=$SUBSURFACE_SOURCE/../android-sdk-linux
 if [ $PLATFORM = Darwin ] ; then
        export ANDROID_SDK_ROOT=$SUBSURFACE_SOURCE/../android-sdk-macosx
        export ANDROID_NDK_HOST=darwin-x86_64
-- 
2.4.9 (Apple Git-60)



More information about the subsurface mailing list