diff --git a/src/fosslight_util/write_excel.py b/src/fosslight_util/write_excel.py index 72e3fee..f8f9a01 100755 --- a/src/fosslight_util/write_excel.py +++ b/src/fosslight_util/write_excel.py @@ -18,7 +18,11 @@ 'Comment'], 'BIN': ['ID', 'Binary Name', 'OSS Name', 'OSS Version', 'License', 'Download Location', 'Homepage', - 'Copyright Text', 'Exclude', 'Comment']} + 'Copyright Text', 'Exclude', 'Comment'], + 'BIN (Android)': ['ID', 'Binary Name', 'Source Code Path', + 'NOTICE.html', 'OSS Name', 'OSS Version', + 'License', 'Download Location', 'Homepage', + 'Copyright Text', 'Exclude', 'Comment']} _OUTPUT_FILE_PREFIX = "FOSSLight-Report_" _EMPTY_ITEM_MSG = "* There is no item"\ " to print in FOSSLight-Report.\n"