Add santa tracker to run_on_app_dump
Contents for README.google:
Name: Google Santa Tracker For Android
URL: https://github.com/christofferqa/santa-tracker-android
Version: NA
Revision: 8dee74be7d9ee33c69465a07088c53087d24a6dd
Date: Sep 19, 2019
License: CC-BY-NC License
Forked from https://github.com/google/santa-tracker-android
Bug: 152155164
Change-Id: I119eff43ad646a4dd39fb671036b840eab02746b
diff --git a/.gitignore b/.gitignore
index d41665e..1d9773a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -150,6 +150,8 @@
third_party/opensource-apps/newpipe.tar.gz
third_party/opensource-apps/rover-android
third_party/opensource-apps/rover-android.tar.gz
+third_party/opensource-apps/santa-tracker
+third_party/opensource-apps/santa-tracker.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/santa-tracker.tar.gz.sha1 b/third_party/opensource-apps/santa-tracker.tar.gz.sha1
new file mode 100644
index 0000000..ea1af87
--- /dev/null
+++ b/third_party/opensource-apps/santa-tracker.tar.gz.sha1
@@ -0,0 +1 @@
+5348b1c66c86c09c7d3bafd65b0d5417df78bcc8
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 6127a71..c6e2552 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -215,6 +215,25 @@
'folder': 'rover-android',
}),
App({
+ 'id': 'io.rover.app.debug',
+ 'name': 'Rover',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'example-app-release-unsigned.apk',
+ 'url': 'https://github.com/RoverPlatform/rover-android',
+ 'revision': '94342117097770ea3ca2c6df6ab496a1a55c3ce7',
+ 'folder': 'rover-android',
+ }),
+ # TODO(b/172808159): Monkey runner does not work
+ App({
+ 'id': 'com.google.android.apps.santatracker',
+ 'name': 'SantaTracker',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'santa-tracker-release.apk',
+ 'url': 'https://github.com/christofferqa/santa-tracker-android',
+ 'revision': '8dee74be7d9ee33c69465a07088c53087d24a6dd',
+ 'folder': 'santa-tracker',
+ }),
+ App({
'id': 'org.wikipedia',
'name': 'Wikipedia',
'dump_app': 'dump_app.zip',