Add Instabug-Android to run_on_as_app.py

Bug: 123730537
Change-Id: Id658d13e3650933fbbe62782bb430a875dae834e
diff --git a/tools/run_on_as_app.py b/tools/run_on_as_app.py
index 1d8b04a..754cba8 100755
--- a/tools/run_on_as_app.py
+++ b/tools/run_on_as_app.py
@@ -59,6 +59,10 @@
       'app_id': 'com.google.firebase.example.fireeats',
       'git_repo': 'https://github.com/christofferqa/friendlyeats-android.git'
   },
+  'Instabug-Android': {
+      'app_id': 'com.example.instabug',
+      'git_repo': 'https://github.com/christofferqa/Instabug-Android.git',
+  },
   'KISS': {
       'app_id': 'fr.neamar.kiss',
       'git_repo': 'https://github.com/christofferqa/KISS',