Loading src/build.sh +2 −3 Original line number Diff line number Diff line Loading @@ -391,9 +391,9 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then if [ "$VBOOT_IS_RECOVERY" = true ]; then cp -a "obj/PACKAGING/target_files_intermediates/lineage_*/IMAGES/vendor_boot.img" "$RECOVERY_IMG_NAME" elif [ -f "recovery.img" ]; then RECOVERY_IMG_NAME="recovery.img" cp -a recovery.img "$RECOVERY_IMG_NAME" else RECOVERY_IMG_NAME="boot.img" cp -a boot.img "$RECOVERY_IMG_NAME" fi # Calculate sha256sum and move file Loading Loading @@ -478,4 +478,3 @@ fi if [ "$build_successful" = false ] || [ "$sync_successful" = false ]; then exit 1 fi Loading
src/build.sh +2 −3 Original line number Diff line number Diff line Loading @@ -391,9 +391,9 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then if [ "$VBOOT_IS_RECOVERY" = true ]; then cp -a "obj/PACKAGING/target_files_intermediates/lineage_*/IMAGES/vendor_boot.img" "$RECOVERY_IMG_NAME" elif [ -f "recovery.img" ]; then RECOVERY_IMG_NAME="recovery.img" cp -a recovery.img "$RECOVERY_IMG_NAME" else RECOVERY_IMG_NAME="boot.img" cp -a boot.img "$RECOVERY_IMG_NAME" fi # Calculate sha256sum and move file Loading Loading @@ -478,4 +478,3 @@ fi if [ "$build_successful" = false ] || [ "$sync_successful" = false ]; then exit 1 fi