Merge "Add a logging statement after soong ZIP runs in the merge_target_files.py step." am: 5f4f4256eb

am: 397b3e5a68

Change-Id: I466dcf3cdd8896b795fdb5161bd720fca4a649ff
This commit is contained in:
Chris Gross 2019-06-07 14:00:45 -07:00 committed by android-build-merger
commit 3246b1db5b
1 changed files with 1 additions and 0 deletions

View File

@ -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.