commit | 89a85ba9339747210ec7799284b8d6c34992cad1 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon Sep 11 09:49:56 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Mon Sep 11 09:58:32 2023 -0700 |
tree | 335fcc53d492d3484ffcc062ae183ffe442af057 | |
parent | 420f6978ca19b7fed15e630383eeb9e6aeec7a80 [diff] [blame] |
Turn on fastboot-info for img_from_target_files Use fastboot-info for fastboot update Test: m update_package Bug: 299854419 Change-Id: I9f7c93f8309a2c136ee81cad1391f93b2feb8156
diff --git a/tools/releasetools/img_from_target_files.py b/tools/releasetools/img_from_target_files.py index 5412b2a..a3e3681 100755 --- a/tools/releasetools/img_from_target_files.py +++ b/tools/releasetools/img_from_target_files.py
@@ -64,7 +64,7 @@ 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):