Add chanu to run_on_app_dump
Contents of README.google:
Name: Chanu - 4chan android app
URL: https://github.com/mkj-gram/chanu
Version: NA
Revision: 6e53458f167b6d78398da60c20fd0da01a232617
Date: Mar 19, 2019
License: GNU General Public License v3.0
Forked from https://github.com/grzegorznittner/chanu
Bug: 152155164
Change-Id: Iaf716908147e43b782de5f8ab3f9dba3b4f899eb
diff --git a/.gitignore b/.gitignore
index 1d3344a..df5ee03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -132,6 +132,8 @@
third_party/opensource-apps/antennapod.tar.gz
third_party/opensource-apps/applymapping
third_party/opensource-apps/applymapping.tar.gz
+third_party/opensource-apps/chanu
+third_party/opensource-apps/chanu.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/chanu.tar.gz.sha1 b/third_party/opensource-apps/chanu.tar.gz.sha1
new file mode 100644
index 0000000..f7f0433
--- /dev/null
+++ b/third_party/opensource-apps/chanu.tar.gz.sha1
@@ -0,0 +1 @@
+af80654ff4a0f399e55e4dafdc32a3f4b28145b7
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 25ad23b..0d24985 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -105,6 +105,17 @@
'folder': 'applymapping',
}),
App({
+ 'id': 'com.chanapps.four.activity',
+ 'name': 'chanu',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'app-release.apk',
+ 'url': 'https://github.com/mkj-gram/chanu.git',
+ 'revision': '6e53458f167b6d78398da60c20fd0da01a232617',
+ 'folder': 'chanu',
+ # TODO(b/172535996): Fix recompilation
+ 'skip_recompilation': True
+ }),
+ App({
'id': 'org.wikipedia',
'name': 'Wikipedia',
'dump_app': 'dump_app.zip',