On Wed, 31 Jan 2018 20:16:14 +0100
doak <[email protected]> wrote:

> ---
>  sign-build | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/sign-build b/sign-build
> index da80d125..a88d0299 100755
> --- a/sign-build
> +++ b/sign-build
> @@ -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 ..."

This one only needs two tiny adjustment:
(1) Like the other patches it requires a 'Signed-off-by:'
(2) It would be better to align '$TARGET_FILES' with
    '$DIST_OUT_DIR/signed-target_files-$DEVICE.zip'

Denis.
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to