| Index: build/android/resource_sizes.py
|
| diff --git a/build/android/resource_sizes.py b/build/android/resource_sizes.py
|
| index 56e5a4969f6043df9f2f1f5b05e21c91dbc6471b..650a7cecd8fc773f8cca0e5717aff61fa169c634 100755
|
| --- a/build/android/resource_sizes.py
|
| +++ b/build/android/resource_sizes.py
|
| @@ -366,6 +366,9 @@ def PrintPakAnalysis(apk_filename, min_pak_resource_size):
|
| print 'Total uncompressed size: %s' % _FormatBytes(total_file_size)
|
| print
|
|
|
| + if not paks:
|
| + return
|
| +
|
| # Output the table of details about all pak files.
|
| print '%25s%11s%21s%21s' % (
|
| 'FILENAME', 'RESOURCES', 'COMPRESSED SIZE', 'UNCOMPRESSED SIZE')
|
|
|