header-checker: Code cleanup
Test: None (No functionality changes) Change-Id: I18078a5465d4d93bacc8ba381d3ca727ea423ef7
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user