forked from openkylin/platform_build
Add a logging statement after soong ZIP runs in the
merge_target_files.py step. Bug: 134681035 Test: Built a merged build and ensured that the new timestamp was visible in the log. Change-Id: Ia6bbda48c7f57afdb6482253eaf0b3b0ea067468
This commit is contained in:
parent
6728fe850e
commit
eab4f0e2e9
|
@ -931,6 +931,7 @@ def merge_target_files(temp_dir, framework_target_files, framework_item_list,
|
|||
]
|
||||
logger.info('creating %s', output_target_files)
|
||||
common.RunAndWait(command, verbose=True)
|
||||
logger.info('finished creating %s', output_target_files)
|
||||
|
||||
# Create the OTA package from the merged target files package.
|
||||
|
||||
|
|
Loading…
Reference in New Issue