Suppress gmscore latest deploy compilation failure

R=sgjesse@google.com

Bug: 116575775
Change-Id: I9e5d6869e98211df683cd5bb55d6f08a2933cd15
diff --git a/tools/run_on_app.py b/tools/run_on_app.py
index b0ca816..a4dccfc 100755
--- a/tools/run_on_app.py
+++ b/tools/run_on_app.py
@@ -115,6 +115,7 @@
 # do Bug: #BUG in the commit message of disabling to ensure re-enabling
 DISABLED_PERMUTATIONS = [
     ('youtube', '12.10', 'dex'), # b/116089492
+    ('gmscore', 'latest', 'deploy') # b/116575775
 ]
 
 def get_permutations():