Add tachiyomi to run_on_app_dumps
Contents of README.google:
Name: Tachiyomi
URL: https://github.com/inorichi/tachiyomi
Version: NA
Revision: 8aa6486bf76ab9a61a5494bee284b1a5e9180bf3
Date: Nov 4, 2020
License: Apache License 2.0
Bug: 152155164
Change-Id: I2e780a345acae24d7685f1916a7b15a3c8e01410
diff --git a/.gitignore b/.gitignore
index aa41f2a..15f0d75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -166,6 +166,8 @@
third_party/opensource-apps/sqldelight.tar.gz
third_party/opensource-apps/sunflower
third_party/opensource-apps/sunflower.tar.gz
+third_party/opensource-apps/tachiyomi
+third_party/opensource-apps/tachiyomi.tar.gz
third_party/opensource-apps/wikipedia
third_party/opensource-apps/wikipedia.tar.gz
third_party/opensource_apps
diff --git a/third_party/opensource-apps/tachiyomi.tar.gz.sha1 b/third_party/opensource-apps/tachiyomi.tar.gz.sha1
new file mode 100644
index 0000000..a8c7a0c
--- /dev/null
+++ b/third_party/opensource-apps/tachiyomi.tar.gz.sha1
@@ -0,0 +1 @@
+a88063982149445bcc177856b3b6c265dc0d5ea7
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 5cb8f6d..b4f3817 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -295,6 +295,16 @@
'revision': '2e67a1126b6df05e4119d1e3a432fde51d76cdc8',
'folder': 'sqldelight',
}),
+ # TODO(b/172824096): Monkey runner does not work.
+ App({
+ 'id': 'eu.kanade.tachiyomi',
+ 'name': 'Tachiyomi',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'app-dev-release.apk',
+ 'url': 'https://github.com/inorichi/tachiyomi',
+ 'revision': '8aa6486bf76ab9a61a5494bee284b1a5e9180bf3',
+ 'folder': 'tachiyomi',
+ }),
App({
'id': 'org.wikipedia',
'name': 'Wikipedia',