Make sure we do not take the profile report for buildSrc

Change-Id: I709e36e64e91336a1c95be0d64c58d47dce329e5
diff --git a/tools/run_on_as_app.py b/tools/run_on_as_app.py
index bb6ac32..3f2dbdd 100755
--- a/tools/run_on_as_app.py
+++ b/tools/run_on_as_app.py
@@ -250,7 +250,6 @@
               'module': '',
               'flavor': 'play',
               'main_dex_rules': 'multidex-config.pro',
-              'releaseTarget': 'assemblePlayRelease',
               'signed_apk_name': 'Signal-play-release-4.32.7.apk'
           })
       ]
@@ -679,8 +678,7 @@
     app, repo, options, checkout_dir, temp_dir, shrinker, proguard_config_file):
   recompilation_results = []
 
-  # Build app with gradle using -D...keepRuleSynthesisForRecompilation=
-  # true.
+  # Build app with gradle using -D...keepRuleSynthesisForRecompilation=true.
   out_dir = os.path.join(checkout_dir, 'out', shrinker + '-1')
   (apk_dest, profile_dest_dir, ext_proguard_config_file) = \
       BuildAppWithShrinker(