commit | 2a19d93475282e7b2935284b8ef56cf8c59a1a54 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue Sep 25 16:48:56 2018 +0200 |
committer | Rico Wind <ricow@google.com> | Tue Sep 25 16:48:56 2018 +0200 |
tree | 4626829e06bb42886dd2635e858808ec770f2e47 | |
parent | 9650a3424094b97515c722115e993d832192700e [diff] [blame] |
Also suppress youtube proguarded, also fails Change-Id: I32f7b97cd1757675873b4eb1d04684e69b1686e4
diff --git a/tools/run_on_app.py b/tools/run_on_app.py index bdb1df8..bab9b32 100755 --- a/tools/run_on_app.py +++ b/tools/run_on_app.py
@@ -119,6 +119,7 @@ # do Bug: #BUG in the commit message of disabling to ensure re-enabling DISABLED_PERMUTATIONS = [ ('youtube', '12.10', 'dex'), # b/116089492 + ('youtube', '12.10', 'proguarded'), # b/116089492 ('gmscore', 'latest', 'deploy') # b/116575775 ]