Fix boot image parsing when input image is too small am: 010c6d1468 am: b78bfc3d3d am: 67ea2b745b

Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/2593466

Change-Id: If11f01878596d0571711793bc6cc360a94aa6182
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/scripts/Android.bp b/scripts/Android.bp
index bbd3a4e..1e854a7 100644
--- a/scripts/Android.bp
+++ b/scripts/Android.bp
@@ -31,6 +31,14 @@
     default_applicable_licenses: ["system_update_engine_license"],
 }
 
+filegroup {
+    name: "update_device_script",
+    srcs: [
+        "**/*.py",
+    ],
+    path: ".",
+}
+
 python_library_host {
     name: "update_payload",