| commit | b99abce99782e24a33e2e556ea7009352556c3ff | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Tue Oct 10 09:38:20 2023 +0200 |
| committer | Christoffer Adamsen <christofferqa@google.com> | Tue Oct 10 07:39:17 2023 +0000 |
| tree | 7dd43111833df107cb3768bd66d38f06819bf20e | |
| parent | ee85cb539a521eb490b8dc70d76bd362870b7719 [diff] |
Fix r8.py after moving to optparse Change-Id: I97652c25ec5421a28842b61c61db397a3a707917
diff --git a/tools/r8.py b/tools/r8.py index 6789787..0a9e09a 100755 --- a/tools/r8.py +++ b/tools/r8.py
@@ -17,7 +17,7 @@ '--commit_hash', help='Commit hash of R8 to use.', default=None) - parser.add_argument( + parser.add_option( '--debug-agent', help='Enable Java debug agent and suspend compilation (default disabled)', default=False,