Add materialistic to run_on_app_dump
Contents of README.google:
Name: Materialistic for Hacker News
URL: https://github.com/christofferqa/materialistic
Version: NA
Revision: 2b2b2ee25ce9e672d5aab1dc90a354af1522b1d9
Date: Dec 13, 2018
License: Apache License 2.0
https://github.com/hidroh/materialistic
Bug: 152155164
Change-Id: Ieec08a68bd13116a903f60d3b6d516bda44b0f8b
diff --git a/.gitignore b/.gitignore
index 2e15bca..f35cac9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,6 +140,8 @@
third_party/opensource-apps/iosched.tar.gz
third_party/opensource-apps/kiss
third_party/opensource-apps/kiss.tar.gz
+third_party/opensource-apps/materialistic
+third_party/opensource-apps/materialistic.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/materialistic.tar.gz.sha1 b/third_party/opensource-apps/materialistic.tar.gz.sha1
new file mode 100644
index 0000000..174a3fb
--- /dev/null
+++ b/third_party/opensource-apps/materialistic.tar.gz.sha1
@@ -0,0 +1 @@
+e392c3c4a607bbfe3ce0d2827475f388ab8b33d9
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 228ec2f..df6c120 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -163,6 +163,16 @@
'revision': '8ccffaadaf0d0b8fc4418ed2b4281a0935d3d971',
'folder': 'kiss',
}),
+ # TODO(b/172577344): Monkey runner not working.
+ App({
+ 'id': 'io.github.hidroh.materialistic',
+ 'name': 'materialistic',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'app-release.apk',
+ 'url': 'https://github.com/christofferqa/materialistic.git',
+ 'revision': '2b2b2ee25ce9e672d5aab1dc90a354af1522b1d9',
+ 'folder': 'materialistic',
+ }),
App({
'id': 'org.wikipedia',
'name': 'Wikipedia',