Formatting: Split all arguments into seperate lines

Signed-off-by: doak <doak+dev@posteo.net>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
doak 2019-01-30 01:09:13 +01:00 committed by Denis 'GNUtoo' Carikli
parent d4eea619b9
commit d6448fbb8a
No known key found for this signature in database
GPG Key ID: 5F5DFCC14177E263
1 changed files with 4 additions and 2 deletions

View File

@ -109,7 +109,8 @@ then
-s device/samsung/galaxys2-common/releasetools/extensions/releasetools.py \
-o \
-p $OUT_DIR/host/linux-x86 \
-d $KEY_DIR $TARGET_FILES \
-d $KEY_DIR \
$TARGET_FILES \
$DIST_OUT_DIR/signed-target_files-$DEVICE.zip
echo "Signing target OTAs files ..."
@ -125,7 +126,8 @@ else
python $BASEDIR/build/tools/releasetools/sign_target_files_apks \
-o \
-p $OUT_DIR/host/linux-x86 \
-d $KEY_DIR $TARGET_FILES \
-d $KEY_DIR \
$TARGET_FILES \
$DIST_OUT_DIR/signed-target_files-$DEVICE.zip
echo "Signing target OTAs files ..."