Merge "Turn on fastboot-info for img_from_target_files" into main

This commit is contained in:
Daniel Zheng
2023-09-11 21:05:36 +00:00
committed by Gerrit Code Review

View File

@@ -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):