header-checker: Code cleanup

Test: None (No functionality changes)
Change-Id: I18078a5465d4d93bacc8ba381d3ca727ea423ef7
This commit is contained in:
Logan Chien
2018-01-09 18:17:08 +08:00
parent ba6d87d125
commit f7b388328b
3 changed files with 12 additions and 13 deletions

View File

@@ -36,8 +36,8 @@ def main():
# Parse command line options.
parser = argparse.ArgumentParser()
parser.add_argument('--version', help='VNDK version')
parser.add_argument('-ref-dump-dir', help='directory to copy reference abi \
dumps into')
parser.add_argument('-ref-dump-dir',
help='directory to copy reference abi dumps into')
args = parser.parse_args()
num_processed = 0
soong_dir = os.path.join(AOSP_DIR, 'out', 'soong', '.intermediates')