[Android] Build: fix typo (=?UTF-8?Q?and=20build=E2=80=A6?=)
Geoffrey Métais
git at videolan.org
Tue Dec 18 17:30:25 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 18 17:29:58 2018 +0100| [211925f8a7eea06c94ae77d6d93fea39d2d15ccd] | committer: Geoffrey Métais
Build: fix typo (and build…)
> https://code.videolan.org/videolan/vlc-android/commit/211925f8a7eea06c94ae77d6d93fea39d2d15ccd
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 34526142e..7b361af38 100755
--- a/compile.sh
+++ b/compile.sh
@@ -235,7 +235,7 @@ if [ ! -d "$ANDROID_SDK/licenses" ]; then
echo "84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_SDK/licenses/android-sdk-preview-license"
fi
-if [ "$GRADLE_SETUP = 1" ]; then
+if [ "$GRADLE_SETUP" = 1 ]; then
exit 0
fi
####################
More information about the Android
mailing list