Turn on fastboot-info for img_from_target_files
Use fastboot-info for fastboot update Test: m update_package Bug: 299854419 Change-Id: I9f7c93f8309a2c136ee81cad1391f93b2feb8156
This commit is contained in:
parent
420f6978ca
commit
89a85ba933
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ OPTIONS.super_device_list = None
|
|||
OPTIONS.retrofit_dap = None
|
||||
OPTIONS.build_super = None
|
||||
OPTIONS.sparse_userimages = None
|
||||
OPTIONS.use_fastboot_info = False
|
||||
OPTIONS.use_fastboot_info = True
|
||||
OPTIONS.build_super_image = None
|
||||
|
||||
def LoadOptions(input_file):
|
||||
|
|
Loading…
Reference in a new issue