summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Muckle <smuckle@google.com>2019-10-11 18:12:14 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-11 18:12:14 -0700
commit14414e6565850713a7e4184de23c4043e7b8d9ab (patch)
tree2a5a0d2ae516147ed99d7336cdb12ac36228fe6b
parent95c6ad4e6d7748cba4ae35f3c74634b5fa81de5e (diff)
parent5be1a38dfdf10e1a0082794ec5cc1c306bc1dc40 (diff)
downloadmkbootimg-14414e6565850713a7e4184de23c4043e7b8d9ab.tar.gz
mkbootimg: allow creating both boot and vendor_boot images am: 20afdb53fc am: 261ecf9944
am: 5be1a38dfd Change-Id: I75e944ff4e45fcd75462e40af82c4240689a5ad8
-rw-r--r--mkbootimg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkbootimg.py b/mkbootimg.py
index af9256b..d0c1e25 100644
--- a/mkbootimg.py
+++ b/mkbootimg.py
@@ -297,7 +297,6 @@ def main():
raise ValueError('--vendor_ramdisk missing or invalid')
write_vendor_boot_header(args)
write_vendor_boot_data(args)
- return
if args.output is not None:
if args.kernel is None:
raise ValueError('kernel must be supplied when creating a boot image')