commit | c9289424d2f6e663ab70bd2ffdf088f804202625 | [log] [tgz] |
---|---|---|
author | Tamas Kenez <tamaskenez@google.com> | Thu Oct 12 12:19:28 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 12 12:19:28 2017 +0000 |
tree | c5a1ff8554e9942240b2be964dba9e0c3122db80 | |
parent | c6aa2313d17a2fd273de7330be5991169d184ab9 [diff] | |
parent | d59ea75674e9981e41239cf247bf065371c4e0fa [diff] |
Merge "run_on_app.py: Don't use --pg-map for R8, it's no longer supported"
diff --git a/tools/run_on_app.py b/tools/run_on_app.py index ee8981b..d8fac83 100755 --- a/tools/run_on_app.py +++ b/tools/run_on_app.py
@@ -150,8 +150,6 @@ args.extend(['--min-api', values['min-api']]) if options.compiler == 'r8': - if 'pgmap' in values: - args.extend(['--pg-map', values['pgmap']]) if 'pgconf' in values and not options.k: for pgconf in values['pgconf']: args.extend(['--pg-conf', pgconf])