Add muzei to run_on_app_dumps
Contents of README.google:
Name: Muzei Live Wallpaper
URL: https://github.com/romannurik/muzei
Version: NA
Revision: 9eac6e98aebeaf0ae40bdcd85f16dd2886551138
Date: Nov 2, 2020
License: Apache License 2.0
Bug: 152155164
Change-Id: I2037dacda9a04a793ada29ee38705f261dd55e49
diff --git a/.gitignore b/.gitignore
index e25cdf5..2dc519d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,6 +144,8 @@
third_party/opensource-apps/materialistic.tar.gz
third_party/opensource-apps/minimal-todo
third_party/opensource-apps/minimal-todo.tar.gz
+third_party/opensource-apps/muzei
+third_party/opensource-apps/muzei.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/muzei.tar.gz.sha1 b/third_party/opensource-apps/muzei.tar.gz.sha1
new file mode 100644
index 0000000..d8739a4
--- /dev/null
+++ b/third_party/opensource-apps/muzei.tar.gz.sha1
@@ -0,0 +1 @@
+39e660b93c0efc403d5d6ab7a3e947f18c0c6bb0
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index a85e0c9..f0e53e6 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -184,6 +184,15 @@
'folder': 'minimal-todo',
}),
App({
+ 'id': 'net.nurik.roman.muzei',
+ 'name': 'muzei',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'muzei-release.apk',
+ 'url': 'https://github.com/romannurik/muzei',
+ 'revision': '9eac6e98aebeaf0ae40bdcd85f16dd2886551138',
+ 'folder': 'muzei',
+ }),
+ App({
'id': 'org.wikipedia',
'name': 'Wikipedia',
'dump_app': 'dump_app.zip',
@@ -194,7 +203,6 @@
}),
]
-
def remove_print_lines(file):
with open(file) as f:
lines = f.readlines()