Add wikipedia to run_on_app_dumps
Contents of README.google:
Name: Wikipedia
URL: https://github.com/wikimedia/apps-android-wikipedia
Version: NA
Revision: 0fa7cad843c66313be8e25790ef084cf1a1fa67e
Date: Nov 4, 2020
License: Apache License 2.0
Bug: 152155164
Change-Id: Ibf8448ee1a40cac68fba1a006cf0c59e2f2e6f94
diff --git a/.gitignore b/.gitignore
index c5f7f13..1d3344a 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/wikipedia
+third_party/opensource-apps/wikipedia.tar.gz
third_party/opensource_apps
third_party/opensource_apps.tar.gz
third_party/proguard/*
diff --git a/third_party/opensource-apps/wikipedia.tar.gz.sha1 b/third_party/opensource-apps/wikipedia.tar.gz.sha1
new file mode 100644
index 0000000..bfb14cb
--- /dev/null
+++ b/third_party/opensource-apps/wikipedia.tar.gz.sha1
@@ -0,0 +1 @@
+0e7d8398779c2dfa449c598556f4e57a860aa9e4
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index af6d337..25ad23b 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -103,7 +103,16 @@
'url': 'https://github.com/mkj-gram/applymapping',
'revision': 'e3ae14b8c16fa4718e5dea8f7ad00937701b3c48',
'folder': 'applymapping',
- })
+ }),
+ App({
+ 'id': 'org.wikipedia',
+ 'name': 'Wikipedia',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'app-prod-release.apk',
+ 'url': 'https://github.com/wikimedia/apps-android-wikipedia',
+ 'revision': '0fa7cad843c66313be8e25790ef084cf1a1fa67e',
+ 'folder': 'wikipedia',
+ }),
]