Merge "Add a logging statement after soong ZIP runs in the merge_target_files.py step."
am: 5f4f4256eb
Change-Id: I0aad19c38301b3584ded759f20d41dd55c32f22c
This commit is contained in:
commit
397b3e5a68
1 changed files with 1 additions and 0 deletions
|
@ -931,6 +931,7 @@ def merge_target_files(temp_dir, framework_target_files, framework_item_list,
|
||||||
]
|
]
|
||||||
logger.info('creating %s', output_target_files)
|
logger.info('creating %s', output_target_files)
|
||||||
common.RunAndWait(command, verbose=True)
|
common.RunAndWait(command, verbose=True)
|
||||||
|
logger.info('finished creating %s', output_target_files)
|
||||||
|
|
||||||
# Create the OTA package from the merged target files package.
|
# Create the OTA package from the merged target files package.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue