Add iosched to run_on_app_dump

Contents of README.google:

Name: Google I/O Android App
URL: https://github.com/christofferqa/iosched
Version: NA
Revision: 80cde8f24717f3afedff5098cd765a6a88cf9660
Date: Oct 3, 2019
License: Apache License 2.0

Forked from https://github.com/google/iosched

Bug: 152155164
Change-Id: Id0b5e02428f3385ac6a301eea8397b58c693d64b
diff --git a/.gitignore b/.gitignore
index 0689f3a..6e4c0e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -136,6 +136,8 @@
 third_party/opensource-apps/chanu.tar.gz
 third_party/opensource-apps/friendlyeats
 third_party/opensource-apps/friendlyeats.tar.gz
+third_party/opensource-apps/iosched
+third_party/opensource-apps/iosched.tar.gz
 third_party/opensource-apps/sunflower
 third_party/opensource-apps/sunflower.tar.gz
 third_party/opensource-apps/wikipedia
diff --git a/third_party/opensource-apps/iosched.tar.gz.sha1 b/third_party/opensource-apps/iosched.tar.gz.sha1
new file mode 100644
index 0000000..c99709c
--- /dev/null
+++ b/third_party/opensource-apps/iosched.tar.gz.sha1
@@ -0,0 +1 @@
+f3f855e6b3d773093c032c36c54c920d5ff018ec
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index cd09ad6..82745dc 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -140,6 +140,16 @@
     # TODO(b/172548728): Fix recompilation
     'skip_recompilation': True
   }),
+  # TODO(b/172565385): Monkey runner fails on recompilation
+  App({
+    'id': 'com.google.samples.apps.iosched',
+    'name': 'iosched',
+    'dump_app': 'dump_app.zip',
+    'apk_app': 'mobile-release.apk',
+    'url': 'https://github.com/christofferqa/iosched.git',
+    'revision': '581cbbe2253711775dbccb753cdb53e7e506cb02',
+    'folder': 'iosched',
+  }),
   App({
     'id': 'org.wikipedia',
     'name': 'Wikipedia',