[Android] buildsystem: fix indentation
Steve Lhomme
git at videolan.org
Mon Jun 16 13:47:41 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jun 12 14:01:54 2025 +0200| [3178bbc541f63a8f7a701302be7505103941ea6b] | committer: Duncan McNamara
buildsystem: fix indentation
Since 50fb542b20ef1ce4279fb56ff329ccfdc6476193.
And we don't need to set an empty string.
> https://code.videolan.org/videolan/vlc-android/commit/3178bbc541f63a8f7a701302be7505103941ea6b
---
buildsystem/compile.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 1c8da7e0f0..b9bf2aebe1 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -413,8 +413,7 @@ fi
#######
if [ "$RUN" = 1 ]; then
export PATH="${ANDROID_SDK}/platform-tools/:$PATH"
- EXTRA=""
- if [ "$STUB" = 1 ]; then
+ if [ "$STUB" = 1 ]; then
EXTRA="--ez 'extra_test_stubs' true"
fi
adb wait-for-device
More information about the Android
mailing list