Ensure that merge_target_files.py prints INFO level logs.
Bug: 153166596 Test: Run a merge build, inspect logs. Change-Id: Ic2795f26922db32030c7ab7eb4ec6f153c1e9654
This commit is contained in:
@@ -95,6 +95,8 @@ import ota_from_target_files
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
OPTIONS = common.OPTIONS
|
OPTIONS = common.OPTIONS
|
||||||
|
# Always turn on verbose logging.
|
||||||
|
OPTIONS.verbose = True
|
||||||
OPTIONS.framework_target_files = None
|
OPTIONS.framework_target_files = None
|
||||||
OPTIONS.framework_item_list = None
|
OPTIONS.framework_item_list = None
|
||||||
OPTIONS.framework_misc_info_keys = None
|
OPTIONS.framework_misc_info_keys = None
|
||||||
@@ -1109,9 +1111,6 @@ def main():
|
|||||||
common.Usage(__doc__)
|
common.Usage(__doc__)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Always turn on verbose logging.
|
|
||||||
OPTIONS.verbose = True
|
|
||||||
|
|
||||||
if OPTIONS.framework_item_list:
|
if OPTIONS.framework_item_list:
|
||||||
framework_item_list = common.LoadListFromFile(OPTIONS.framework_item_list)
|
framework_item_list = common.LoadListFromFile(OPTIONS.framework_item_list)
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user