Browse Source

buildsystem: fix indentation

Since 50fb542b20.
And we don't need to set an empty string.
merge-requests/2255/merge
Steve Lhomme 10 months ago
committed by Duncan McNamara
parent
commit
3178bbc541
  1. 3
      buildsystem/compile.sh

3
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

Loading…
Cancel
Save