Android: Hack for now to let things silently fail instead of erroring

Revert the part of changes added in https://crrev.com/c/5053415
This fix is causing issue in current infrastructure as we currently
allow silently failing if the apk is not signed correctly.

BRANCH=None
BUG=b:304809943
TEST=CQ

Change-Id: I4d46a22e02754e6740fc82b7084ebb1564cc1368
Signed-off-by: Varun Somani <vsomani@google.com>
Disallow-Recycled-Builds: all
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/5407359
Tested-by: Nicholas Bishop <nicholasbishop@google.com>
Reviewed-by: Josh Horwich <jhorwich@chromium.org>
Reviewed-by: George Engelbrecht <engeg@google.com>
diff --git a/scripts/image_signing/sign_android_image.sh b/scripts/image_signing/sign_android_image.sh
index c7a87f1..ff9d01f 100755
--- a/scripts/image_signing/sign_android_image.sh
+++ b/scripts/image_signing/sign_android_image.sh
@@ -169,9 +169,8 @@
     fi
 
     # Copy the content instead of mv to avoid owner/mode changes.
-    if ! sudo cp "${signed_apk}" "${apk}" && rm -f "${signed_apk}"; then
-      die "Unable to copy signed apk."
-    fi
+    #TODO(b/331944273): Fail when copy of apk fails.
+    sudo cp "${signed_apk}" "${apk}" && rm -f "${signed_apk}"
 
     # Set timestamp rounded to second since squash file system has resolution
     # in seconds. Required in order for the packages cache generator output is